diff options
author | Till Hoeppner | 2015-06-17 17:09:08 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-17 17:09:08 +0200 |
commit | bcde15377885b4099f7e2f627c1282f2f24f8363 (patch) | |
tree | eaca642060a04d1bf56e275164f787c7e0fbb071 /.travis.yml | |
parent | 749ef4b95119c62bf9a742eea452fef7b50b498e (diff) | |
download | irsc-bcde15377885b4099f7e2f627c1282f2f24f8363.tar.gz irsc-bcde15377885b4099f7e2f627c1282f2f24f8363.tar.xz irsc-bcde15377885b4099f7e2f627c1282f2f24f8363.zip |
This apparently does that.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index df3dee0..36f1b4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ -language: rust nightly +language: rust +rust: + - nightly + - beta after_success: - | [ $TRAVIS_BRANCH = master ] && |