Skip to content

Commit

Permalink
[ci] Fast fail the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Aug 18, 2015
1 parent be6db4f commit f472c90
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Expand Up @@ -9,18 +9,11 @@ before_script:
- bash -x dist/ci/obs_testsuite_travis_setup.sh
script: "bash -x dist/ci/obs_testsuite_travis.sh $TEST_SUITE"
env:
# just one special test
#- SUBTEST=api:functional/aaa_pre_consistency_test.rb:test_resubmit_fixtures
#- SUBTEST=rake:test:api
#- SUBTEST=rake:test:webui
# api and webui webrat with latest gems
#- SUBTEST=rake:test REMOVEGEMLOCK=true
- TEST_SUITE=rubocop
- TEST_SUITE=api
- TEST_SUITE=webui
matrix:
allow_failures:
- env: SUBTEST=rake:test REMOVEGEMLOCK=true
fast_finish: true
notifications:
irc:
channels:
Expand Down

0 comments on commit f472c90

Please sign in to comment.