Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit cd87225

Browse files
committed
install command
1 parent ca7aa91 commit cd87225

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ cache:
33
directories:
44
- ~/.npm
55
- ~/.cache
6+
override:
7+
- npm ci
8+
- $(npm bin)/cypress verify
69
notifications:
710
email: true
811
node_js:
912
- '8'
10-
before_script:
11-
- npm ci
1213
script:
1314
- npm run lint
1415
- npm test -- --record

0 commit comments

Comments
 (0)