diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-09-25 10:42:37 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-09-25 10:42:37 -0700 |
commit | 283abf4a945f035132e1c3ba0c07e05ef06718de (patch) | |
tree | 2a7681cdd2526d317acaaabe913fc1ee95a847b4 | |
parent | 24b022b485419364d479a8c6875458960c8a28c8 (diff) | |
parent | c17bb0fdac0d610b488890a9a5d0e2abebc587e3 (diff) | |
download | milf-rs-283abf4a945f035132e1c3ba0c07e05ef06718de.tar.gz milf-rs-283abf4a945f035132e1c3ba0c07e05ef06718de.zip |
Merge pull request #73 from kerhong/travisci-stable
Add stable Rust build to Travis-CI config
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7866398..6c4b419 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: rust rust: - 1.0.0 + - stable - beta - nightly sudo: false |