Skip to content

Commit 69fa181

Browse files
committed
ci: add travis support
For now, do not run tests as they require sudo privileges. In the near future, a plan will be devised to automate testing. Signed-off-by: Levente Kurusa <[email protected]>
1 parent 7c83b7b commit 69fa181

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: rust
2+
rust:
3+
- stable
4+
- beta
5+
- nightly
6+
matrix:
7+
allow_failures:
8+
- rust: nightly
9+
fast_finish: true
10+
script:
11+
- cargo build --verbose --all

0 commit comments

Comments
 (0)