summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-05-28 12:28:50 -0700
committerCarl Lerche <me@carllerche.com>2015-05-28 12:28:50 -0700
commitb786012118a4cb107c44d8999a26d529f54fd3f8 (patch)
tree6e6c22700fc38a9e1ca7f3b7a7ae931f723d8897
parente71077d824f8d5e7003c00c0c1e939ba5955be8f (diff)
downloadnix-b786012118a4cb107c44d8999a26d529f54fd3f8.zip
Run CI on linux & os x
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7410ed1e..22e677c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,10 @@ rust:
- nightly
- beta
+os:
+ - linux
+ - osx
+
script:
- cargo test
- cargo doc --no-deps