aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-04 15:08:15 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-04 15:08:15 -0500
commitf253b080902998f3cc5999829ad439d1dba45003 (patch)
tree125773418f11f179c4d1f1b30cc14111b3578d49
parent8670a96f4b0008e5a4189708f27461f5833dc7f2 (diff)
downloadfancy-prompt-f253b080902998f3cc5999829ad439d1dba45003.tar.gz
fancy-prompt-f253b080902998f3cc5999829ad439d1dba45003.zip
add travis configuration
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0f452c5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+---
+sudo: false
+language: rust
+rust:
+ - stable
+ - beta
+ - nightly
+matrix:
+ allow_failures:
+ - rust: nightly