[Travis] Move script to config

This commit is contained in:
Nikolai Vazquez
2019-11-02 23:33:10 -04:00
parent 5deb448c36
commit 4926105674
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ matrix:
- rust: beta
- rust: nightly
env: FEATURES="--features nightly"
script: ./ci/travis.sh
script: cargo test $FEATURES
-5
View File
@@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -e -o pipefail
cargo test $FEATURES