Skip to content

Commit

Permalink
Fix allow_failures
Browse files Browse the repository at this point in the history
env vars need to match exactly and can't just be a
subset.
  • Loading branch information
fniephaus committed Oct 20, 2016
1 parent d893229 commit 889c457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ matrix:
osx_image: xcode7.3
env: BUILD_ARCH=64bit
allow_failures:
- env: PLUGINS=database_plugin
- env: PLUGINS=ruby_plugin
- env: BUILD_ARCH=64bit PLUGINS=database_plugin
- env: BUILD_ARCH=64bit PLUGINS=ruby_plugin
fast_finish: true
install: .travis/install_requirements.sh
script: .travis/build.sh
Expand Down

0 comments on commit 889c457

Please sign in to comment.