diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-04 14:44:39 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-04 14:44:39 -0700 |
commit | 5fca290b0a81a6c14acbdd5afdc78ab368a294f9 (patch) | |
tree | fc19a32aefb90354144f75629da7f715aa01c448 /.travis.yml | |
parent | 0ca27b6f30ccd327505bd3a44bd319fb3eba956b (diff) | |
download | chef-5fca290b0a81a6c14acbdd5afdc78ab368a294f9.tar.gz |
halite is green, poise is not.
letting poise go red so i can merge. halite has been green for awhile
now.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b3321813a6..e93d6ce246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -149,11 +149,11 @@ matrix: - sudo cat /var/log/squid3/access.log allow_failures: + - rvm: 2.2 + env: "GEMFILE_MOD=\"gem 'poise', github: 'poise/poise'\"" + script: bundle exec rake poise_spec - rvm: 2.3.0 - rvm: rbx - - rvm: 2.2 - env: "GEMFILE_MOD=\"gem 'halite', github: 'poise/halite'\"" - script: bundle exec rake halite_spec notifications: on_change: true |