Skip to content

Commit

Permalink
Fixed e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
fboucquez committed Oct 24, 2020
1 parent 095a541 commit a06b8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: lint
script: npm run lint
- name: e2e
script: npm run e2e
script: npm run test:e2e
if: (branch = env(DEV_BRANCH) AND type = cron) OR (commit_message = e2e)
- stage: publish
name: github alpha pages
Expand Down

0 comments on commit a06b8e3

Please sign in to comment.