Skip to content

Commit 4757010

Browse files
committed
Add Travis Config
1 parent 5eb4ab2 commit 4757010

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
travis-cargo test
16+
notifications:
17+
email:
18+
on_success: never
19+
env:
20+
- RUST_SYSROOT=$HOME/rust
21+
- RUST_TEST_NOCAPTURE=1

0 commit comments

Comments
 (0)