diff options
author | Till Höppner | 2016-01-23 17:29:12 +0100 |
---|---|---|
committer | Till Höppner | 2016-01-23 17:29:12 +0100 |
commit | afcf3f841857dff28b52a67180fbf778b970418e (patch) | |
tree | f68a138967e7aae4d282edd4ba852dc27fc8d84c /.travis.yml | |
parent | de552b449495593e9eabafeed82bcdb77d1439a5 (diff) | |
download | ilc-afcf3f841857dff28b52a67180fbf778b970418e.tar.gz ilc-afcf3f841857dff28b52a67180fbf778b970418e.tar.xz ilc-afcf3f841857dff28b52a67180fbf778b970418e.zip |
Reverse allow-failure, take 3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c1abbfa..7f1b897 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ rust: - nightly matrix: allow_failures: - - rust: stable beta + - rust: stable + - rust: beta |