Browse Source

simple travis ci

Mokhtar Naamani 5 years ago
parent
commit
f84d8f056b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .travis.yml

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+language: rust
+rust:
+  - 1.34.0
+cache:
+  - cargo
+script:
+  - ./setup.sh
+  - ./build.sh
+  - cargo test --verbose --all