Skip to content

Commit a06b8e3

Browse files
committed
Fixed e2e script
1 parent 095a541 commit a06b8e3

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
@@ -31,7 +31,7 @@ jobs:
3131
name: lint
3232
script: npm run lint
3333
- name: e2e
34-
script: npm run e2e
34+
script: npm run test:e2e
3535
if: (branch = env(DEV_BRANCH) AND type = cron) OR (commit_message = e2e)
3636
- stage: publish
3737
name: github alpha pages

0 commit comments

Comments
 (0)