Skip to content

Commit 18737f5

Browse files
committed
Add Travis Config
1 parent 5eb4ab2 commit 18737f5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: rust
2+
rust:
3+
- nightly-2016-04-11
4+
- nightly
5+
matrix:
6+
allow_failures:
7+
- rust: nightly
8+
before_script:
9+
- |
10+
pip install 'travis-cargo<0.2' --user &&
11+
export PATH=$HOME/.local/bin:$PATH
12+
script:
13+
- |
14+
travis-cargo build &&
15+
env RUST_SYSROOT=$HOME/rust RUST_TEST_NOCAPTURE=1 travis-cargo test
16+
notifications:
17+
email:
18+
on_success: never

0 commit comments

Comments
 (0)