Skip to content

Commit 4aaa43d

Browse files
committed
Use built-in Travis rust support
1 parent 6fdc593 commit 4aaa43d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
env:
2-
global:
3-
- secure: e/VHdsXy+B4I3HQEW3MytI7EPGM7lp3wkLADtaDRSLyj0gN0JbdTT/9bl6Ao5FL5+FoUr/SsJ4/uQsk3REuPBemohdVeFSkg9rxCKVtV99i0fVe+P2UHCbGy706v8P5ELd/ua3R+RVHK0QsyJ43ZlddspCL04CF1y4x7Ke2huZI=
4-
before_install:
5-
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
6-
- tar xf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
7-
install:
8-
- sudo ./rust-nightly-x86_64-unknown-linux-gnu/install.sh
9-
- sudo ldconfig
1+
language: rust
2+
103
script:
114
- make all check
125
after_script:

0 commit comments

Comments
 (0)