Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
disable sauce tests since they are not working
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Jan 24, 2015
1 parent 40bca8e commit c51a757
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 @@ -5,7 +5,7 @@ env:
global:
- secure: "AfyaqEddoOzyQS2lx22xRN9OR3FN4BYLXXfISUvyJjObTD4dG08ZHydWTQcvnKMhN0V92vybt2gKOxsTXMHuy5gclMHnDLeclabgHZA6h6kOJLRyyHyj8/fDDkOAuA0dCki4/TQGENoyFl9+ei1oWvQI0ZfVCNote7zj9987gp0="
- secure: "XBLWX9U+XotKYK5/w7DeKpaB4YtG1w3XaJH2upap+S1KgV+Nr/NHGcvHkD0ucuEkcySL6KofRXDmfyC4tNjW0jKuPs2dBxKPYL1xD0DDCYKlkX3diP9OmBAcwwqchw9U9eeN3R9UhiRCG/dnXwiuEoqy6DytbRB7UB4XSwyGQRA="
- SAUCE_CONNECT_READY_FILE=/tmp/sauce-connect-ready
# - SAUCE_CONNECT_READY_FILE=/tmp/sauce-connect-ready
matrix:
- BROWSERS="SL_Chrome,SL_Firefox"
- BROWSERS="SL_IE_8,SL_IE_9"
Expand All @@ -18,7 +18,7 @@ install:
- travis_retry make bootstrap
script:
- make test-once
- if [ "$TRAVIS_BRANCH" == "master" ]; then make test-ci; fi
# - if [ "$TRAVIS_BRANCH" == "master" ]; then make test-ci; fi
after_success:
- if [ "$BROWSERS" == "SL_Chrome,SL_Firefox" ]; then ./node_modules/.bin/lcov-result-merger "coverage/**/lcov.info" | ./node_modules/.bin/coveralls; fi
matrix:
Expand Down

0 comments on commit c51a757

Please sign in to comment.