]> Repositorios git - scryer-prolog.git/commitdiff
Create Travis CI config
authorAnton Kochkov <[email protected]>
Thu, 12 Sep 2019 07:46:40 +0000 (15:46 +0800)
committerGitHub <[email protected]>
Thu, 12 Sep 2019 07:46:40 +0000 (15:46 +0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..48449fe
--- /dev/null
@@ -0,0 +1,12 @@
+language: rust
+rust:
+    - stable
+    - beta
+    - nightly
+matrix:
+    allow_failures:
+        - rust: nightly
+    fast_finish: true
+
+script:
+    - cargo build --verbose --all