summary history branches tags files
commit:bb32e0da9b130ae884550474ca1dd6096fc82b80
author:Trevor Bentley
committer:Trevor Bentley
date:Sun May 14 01:48:59 2017 +0200
parents:1d7a78c88090f5a3d998c8d2029e8e11fa7799de
Add travis-ci config
diff --git a/.travis.yml b/.travis.yml
line changes: +8/-0
index 0000000..8c91a74
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: rust
+rust:
+  - stable
+  - beta
+  - nightly
+matrix:
+  allow_failures:
+    - rust: nightly