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 05bb712 commit 405b4dfCopy full SHA for 405b4df
.travis.yml
@@ -0,0 +1,8 @@
1
+before_install:
2
+ - yes | sudo add-apt-repository ppa:hansjorg/rust
3
+ - yes | sudo add-apt-repository ppa:cmrx64/cargo
4
+ - sudo apt-get update
5
+install:
6
+ - sudo apt-get install rust-nightly cargo
7
+script:
8
+ - cargo build
0 commit comments