Skip to content

Commit 405b4df

Browse files
committed
Add .travis.yml
1 parent 05bb712 commit 405b4df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)