Skip to content

Commit ab81a6a

Browse files
committed
record on CI
1 parent 12abef1 commit ab81a6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ notifications:
88
node_js:
99
- '8'
1010
script:
11-
- npm test -- --record
11+
- npm run lint
12+
- npm run cy:run -- --record
1213
after_success:
1314
- npm run semantic-release
1415
branches:

0 commit comments

Comments
 (0)