Skip to content

Commit 785e28f

Browse files
committed
add travis build
1 parent 344f294 commit 785e28f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: rust
2+
rust:
3+
- nightly
4+
5+
script:
6+
- cargo test --verbose --all
7+
- cd compile_test
8+
- cargo build

0 commit comments

Comments
 (0)