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 1ae7ee2
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 @@ -30,7 +30,7 @@ jobs:
- stage: test
name: lint
script: npm run lint
- name: e2e
- name: test:e2e
script: npm run e2e
if: (branch = env(DEV_BRANCH) AND type = cron) OR (commit_message = e2e)
- stage: publish
Expand Down

0 comments on commit 1ae7ee2

Please sign in to comment.