We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6726a8c commit 1f257a6Copy full SHA for 1f257a6
.travis.yml
@@ -46,8 +46,7 @@ script:
46
sudo apt-get install -y qemu-user-static &&
47
sh ci/run-docker.sh $TARGET;
48
else
49
- cargo test --target $TARGET &&
50
- cargo test --target $TARGET --release;
+ sh ci/run.sh $TARGET;
51
fi
52
# Travis can't cache files that are not readable by "others"
53
- chmod -R a+r $HOME/.cargo
0 commit comments