Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 5597b1c

Browse files
committed
record on CI
1 parent d423932 commit 5597b1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
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)