Skip to content

Commit dc943d9

Browse files
committed
Add Travis support
1 parent c9ad7c0 commit dc943d9

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+
2+
before_install:
3+
- sudo add-apt-repository --yes ppa:hansjorg/rust
4+
- sudo add-apt-repository --yes ppa:cmrx64/cargo
5+
- sudo apt-get update -qq
6+
install:
7+
- sudo apt-get install -qq rust-nightly cargo
8+
script:
9+
- cargo build
10+
- cargo test
11+

0 commit comments

Comments
 (0)