Skip to content

Commit 61a7a4e

Browse files
authored
Update .travis.yml
1 parent 2b91654 commit 61a7a4e

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
@@ -7,7 +7,7 @@ install:
77
- npm install
88

99
script:
10-
- npm run test -- --coverage && npm run test:cypress
10+
- npm run test -- --coverage && $(npm bin)/test:cypress
1111

1212
after_script:
1313
- COVERALLS_REPO_TOKEN=$coveralls_repo_token npm run coveralls

0 commit comments

Comments
 (0)