Skip to content

Commit

Permalink
chore(ci): mark smoke tests as allowed failures on travis
Browse files Browse the repository at this point in the history
They fail due to IE flakiness most of the time, see angular#1052.
  • Loading branch information
juliemr committed Aug 5, 2014
1 parent d15d35a commit a2fbcff
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@ language: node_js
node_js:
- "0.10"

env:
matrix:
- JOB=smoke
- JOB=suite
global:
- SAUCE_USERNAME=angular-ci
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
- LOGS_DIR=/tmp/protractor-build/logs
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready
matrix:
allow_failures:
- env: JOB=smoke

env:
matrix:
- JOB=suite
- JOB=smoke
global:
- SAUCE_USERNAME=angular-ci
- SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
- LOGS_DIR=/tmp/protractor-build/logs
- BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready

before_script:
- mkdir -p $LOGS_DIR
Expand Down

0 comments on commit a2fbcff

Please sign in to comment.