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 de86d9c commit 9214435Copy full SHA for 9214435
.travis.yml
@@ -1,6 +1,2 @@
1
-install:
2
- - curl -O http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
3
- - tar xfz rust-nightly-x86_64-unknown-linux-gnu.tar.gz
4
- - (cd rust-nightly-x86_64-unknown-linux-gnu/ && sudo ./install.sh)
5
-script:
6
- - make check
+language: rust
+script: make check
0 commit comments