only make packages for rust stable

This commit is contained in:
Korijn van Golen
2019-12-24 14:52:19 +01:00
parent 7b93bf1557
commit 0a30650d0d

View File

@@ -75,7 +75,7 @@ script:
make example-compute example-triangle VERBOSE=1;
fi
- if [[ $TRAVIS_RUST_VERSION == "nightly" ]] && [[ $TRAVIS_OS_NAME != "windows" ]]; then make VERBOSE=1; fi
- make package
- if [[ $TRAVIS_RUST_VERSION == "stable" ]]; then make package; fi
deploy:
provider: releases