Skip to content

Commit

Permalink
Fix: Fixing tests configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Jun 27, 2018
1 parent 42405f9 commit e706bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addons:
- google-chrome-stable
sauce_connect: true
script:
- xvfb-run polymer test polymer test --plugin local
- xvfb-run polymer test --plugin local
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then polymer test --plugin sauce --job-name
"api-request-editor:${TRAVIS_BRANCH}" --build-number=${TRAVIS_BUILD_NUMBER}; fi
cache:
Expand Down
2 changes: 1 addition & 1 deletion wct.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"version": "10.1"
}, {
"browserName": "safari",
"platform": "macOS 10.13",
"platform": "macOS 10.12",
"version": "11.0"
}]
}
Expand Down

0 comments on commit e706bd4

Please sign in to comment.