Skip to content

Commit

Permalink
Update Sauce config to drop Safari 9, add 12 & 13.
Browse files Browse the repository at this point in the history
Safari 9 is now very old, and has micro task ordering bugs issues that make testing flaky.
  • Loading branch information
kevinpschaaf committed Mar 4, 2020
1 parent d67a8b5 commit a02ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/travis-sauce-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
#
set -x
node ./node_modules/.bin/polymer test --npm --module-resolution=node -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@17' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'macos 10.13/safari@11' -s 'Linux/chrome@41'
node ./node_modules/.bin/polymer test --npm --module-resolution=node -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@17' -s 'windows 8.1/internet explorer@11' -s 'macos 10.13/safari@11' -s 'macos 10.13/safari@12' -s 'macos 10.13/safari@13' -s 'Linux/chrome@41'

0 comments on commit a02ed02

Please sign in to comment.