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 e7208c1 commit a5dd61aCopy full SHA for a5dd61a
.travis.yml
@@ -0,0 +1,15 @@
1
+env:
2
+ global:
3
+ - LD_LIBRARY_PATH: /usr/local/lib
4
+before_install:
5
+ - yes | sudo add-apt-repository ppa:cmrx64/cargo
6
+ - sudo apt-get update
7
+ - sudo apt-get install cargo
8
+install:
9
+ - wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz -O - | sudo tar zxf - --strip-components 1 -C /usr/local
10
+script:
11
+ - rustc --version
12
+ - cargo build
13
+notifications:
14
+ email:
15
+ - damien.schoof+github@gmail.com
0 commit comments