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 8a93b55 commit 98aaca8Copy full SHA for 98aaca8
.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