Skip to content

Commit 479d90b

Browse files
committed
travis config
1 parent 4abb1b1 commit 479d90b

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+
install:
2+
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
3+
- yes | sudo add-apt-repository ppa:cmrx64/cargo
4+
- sudo apt-get update
5+
- sudo apt-get install cargo
6+
script:
7+
- cargo build --verbose
8+
- cargo test --verbose

0 commit comments

Comments
 (0)