diff options
author | Carl Lerche <me@carllerche.com> | 2015-05-28 12:28:50 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-05-28 12:28:50 -0700 |
commit | b786012118a4cb107c44d8999a26d529f54fd3f8 (patch) | |
tree | 6e6c22700fc38a9e1ca7f3b7a7ae931f723d8897 | |
parent | e71077d824f8d5e7003c00c0c1e939ba5955be8f (diff) | |
download | nix-b786012118a4cb107c44d8999a26d529f54fd3f8.zip |
Run CI on linux & os x
-rw-r--r-- | .travis.yml | 4 |
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 |