summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-11-26 11:37:46 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-11-26 11:37:46 +0200
commit3e257573af99b99ca3c710e29c11a1798cd90f31 (patch)
treea76a4ba06923b878efdbcd290db0f9ce4495ea7e
parent8619259b0a2fef67e9146b8547680d6dfbb65287 (diff)
Default travis config
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6e09135
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: rust
+rust:
+ - stable
+ - beta
+ - nightly
+matrix:
+ allow_failures:
+ - rust: nightly \ No newline at end of file