Skip to content

Commit d7f0086

Browse files
committed
Fix travis build script
1 parent af01236 commit d7f0086

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
# Bundles a Strict SDK by using the executable built in the 'build' stage and deploys it to
4848
# the Github releases. The $GITHUB_OAUTH_TOKEN has to be defined.
4949
- name: bundle-osx
50-
env: [STRICT_PLATFORM=osx STRICT_ARCHITECTURE=x86_64 COMPILE_OS=darwin COMPILE_ARCH=amd]
50+
env: [STRICT_PLATFORM=osx STRICT_ARCHITECTURE=x86_64 COMPILE_OS=darwin COMPILE_ARCH=amd64]
5151
<<: *_bundle
5252
- name: bundle-linux
53-
env: [STRICT_PLATFORM=windows STRICT_ARCHITECTURE=x86_64 COMPILE_OS=windows COMPILE_ARCH=amd]
53+
env: [STRICT_PLATFORM=windows STRICT_ARCHITECTURE=x86_64 COMPILE_OS=windows COMPILE_ARCH=amd64]
5454
<<: *_bundle
5555
- name: bundle-windows
56-
env: [STRICT_PLATFORM=linux STRICT_ARCHITECTURE=x86_64 COMPILE_OS=linux COMPILE_ARCH=amd]
56+
env: [STRICT_PLATFORM=linux STRICT_ARCHITECTURE=x86_64 COMPILE_OS=linux COMPILE_ARCH=amd64]
5757
<<: *_bundle
5858
# Runs all tests.
5959
- stage: test

0 commit comments

Comments
 (0)