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 ca4936d commit cc51573Copy full SHA for cc51573
.travis.yml
@@ -26,6 +26,8 @@ matrix:
26
env: TEST_SUITE=browser BROWSER_NAME=safari BROWSER_VERSION="6..latest"
27
- node_js: '4'
28
env: TEST_SUITE=browser BROWSER_NAME=android BROWSER_VERSION="4.4..latest"
29
+ - node_js: '4'
30
+ env: TEST_SUITE=browser BROWSER_NAME=microsoftedge BROWSER_VERSION="20..latest"
31
script: "npm run-script $TEST_SUITE"
32
env:
33
global:
0 commit comments