Skip to content

Commit a7ca753

Browse files
committed
Merge pull request #111 from DaGenix/fixups
Update .travis.yml file now that Travis-CI supports Rust natively
2 parents de86d9c + 9214435 commit a7ca753

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
language: rust
2+
script: make check

0 commit comments

Comments
 (0)