diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-07 12:53:16 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-07 12:53:16 -0800 |
commit | b421a502b4bc2efef7619e999d3a2a6d13cc0af2 (patch) | |
tree | dd75023b821d58aab656defebea9800c8394d347 /.travis.yml | |
parent | 49ddb471fc1e5a72865f6b4c03262229f91e28e5 (diff) | |
download | chef-b421a502b4bc2efef7619e999d3a2a6d13cc0af2.tar.gz |
Remove the allowed_failures in Travis
It should all pass now
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b82c9df10e..be66d46438 100644 --- a/.travis.yml +++ b/.travis.yml @@ -327,7 +327,6 @@ matrix: - cat /tmp/out.txt - sudo cat /var/log/squid3/cache.log - sudo cat /var/log/squid3/access.log - allow_failures: - rvm: 2.4.2 services: docker sudo: required |