Skip to content

Commit 5315baa

Browse files
committed
build: fix travis required tests not running
* Fixes that the `travis_required` CI mode isn't running. This mode is important for Firefox and Chrome testing.
1 parent 3510064 commit 5315baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- env: "MODE=saucelabs_required"
3131
- env: "MODE=browserstack_required"
3232
- env: "MODE=travis_required"
33-
env: "DEPLOY_MODE=build-artifacts"
33+
- env: "DEPLOY_MODE=build-artifacts"
3434
- env: "DEPLOY_MODE=docs-content"
3535
- env: "DEPLOY_MODE=screenshot-tool"
3636
- env: "DEPLOY_MODE=dashboard"

0 commit comments

Comments
 (0)