Skip to content

Commit 2d666d0

Browse files
committed
Merge pull request #1 from reem/travis
Add Travis-CI Integration
2 parents 8d98245 + 6be6275 commit 2d666d0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
install:
2+
- 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
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
8+
- cargo test
9+
os:
10+
- linux
11+

0 commit comments

Comments
 (0)