We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f45829 commit acf639bCopy full SHA for acf639b
.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
36
- run: wget -O ff-release.tar.bz2 'https://archive.mozilla.org/pub/firefox/releases/58.0/linux-x86_64/en-US/firefox-58.0.tar.bz2' && tar xjf ff-release.tar.bz2
37
38
# run tests!
39
- - run: FIREFOX_BIN=./firefox/firefox npm test -- --reporters progress --browsers Chrome,FirefoxWebComponents,bs_safari,bs_android_mobile,bs_mobile_safari_10_3,bs_win10_opera_41
+ - run: FIREFOX_BIN=./firefox/firefox npm test -- --reporters progress --browsers Chrome,FirefoxWebComponents,bs_safari,bs_android_mobile,bs_mobile_safari_10_3,bs_win10_opera_41,bs_mobile_safari_11_2
40
41
42
0 commit comments