Skip to content

Commit 2407ce8

Browse files
committed
Add travis
1 parent da021f4 commit 2407ce8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
env:
7+
- TEST_DIR=ui
8+
- TEST_DIR=ui-sys
9+
matrix:
10+
allow_failures:
11+
- rust: nightly
12+
script: cd $TEST_DIR && cargo build --verbose && cargo test --verbose

0 commit comments

Comments
 (0)