Skip to content

Commit

Permalink
[2.0][test] Revive old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Apr 15, 2017
1 parent 992ea77 commit a5bbbac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ addons:
sauce_connect: true
script:
- xvfb-run polymer test
- #mv -f bower_components bower_components2
- #mv -f bower_components-1.x bower_components
- #cp -vf test/v1-wct.conf.json wct.conf.json
- #xvfb-run wct
- mv -f bower_components bower_components2
- mv -f bower_components-1.x bower_components
- cp -vf test/v1-wct.conf.json wct.conf.json
- xvfb-run wct
- if [ "${TRAVIS_BRANCH}" != "" ]; then lcov-result-merger 'test/coverage-report*/lcov.info' | ./node_modules/coveralls/bin/coveralls.js || echo success; fi

0 comments on commit a5bbbac

Please sign in to comment.