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 ccc0059
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ language: node_js
node_js:
- "0.10"

env:
matrix:
- JOB=smoke
- JOB=suite
matrix:
- env: JOB=suite
allow_failures:
- env: 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
- env: SAUCE_USERNAME=angular-ci
- env: SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987
- env: LOGS_DIR=/tmp/protractor-build/logs
- env: BROWSER_PROVIDER_READY_FILE=/tmp/sauce-connect-ready

before_script:
- mkdir -p $LOGS_DIR
Expand Down

0 comments on commit ccc0059

Please sign in to comment.