summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-11-26 11:35:38 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-11-26 11:35:38 +0200
commite43146f0f7fab3e88b4053fa59874d43425394a4 (patch)
treea392bedd8f35c185ea8f862338c1bef80243b3d9 /.travis.yml
parentfba482b5545a6c02bf32d9dc4f261f6fc5556064 (diff)
Added default travis config
Diffstat (limited to '.travis.yml')
-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