Skip to content

Commit 642ea22

Browse files
committed
Add Travis Config
1 parent 5eb4ab2 commit 642ea22

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
global:
21+
- RUST_SYSROOT=$HOME/rust
22+
- RUST_TEST_NOCAPTURE=1

0 commit comments

Comments
 (0)