Skip to content

Commit ba406a1

Browse files
committed
Correct travis commands to work with latest cargo make
1 parent e18a7e2 commit ba406a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ matrix:
5252
# - env: TARGET=x86_64-pc-windows-msvc
5353
# os: windows
5454
# rust: nightly
55-
- env: TARGET=x86_64-unknown-linux-gnu
56-
rust: nightly
55+
# - env: TARGET=x86_64-unknown-linux-gnu
56+
# rust: nightly
5757
# - env: TARGET=x86_64-apple-darwin
5858
# os: osx
5959
# rust: nightly
@@ -78,8 +78,8 @@ after_script: set +e
7878
before_deploy:
7979
- sh ci/before_deploy.sh
8080
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install -y wixtoolset --version 3.10.3.300702 || true; export PATH=$PATH";C:\Program Files (x86)\WiX Toolset v3.10\bin" ; fi
81-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cargo make sign-win-installer --cwd wooting-analog-sdk -- --target $TARGET ; fi
82-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cargo make build-deb --cwd wooting-analog-sdk -- --target $TARGET ; fi
81+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cargo make --cwd wooting-analog-sdk sign-win-installer -- --target $TARGET ; fi
82+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cargo make --cwd wooting-analog-sdk build-deb -- --target $TARGET ; fi
8383

8484
deploy:
8585
api_key:

0 commit comments

Comments
 (0)