Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 320e298

Browse files
Update .travis.yml
1 parent 6eed3d6 commit 320e298

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
@@ -3,7 +3,8 @@ language: node_js
33
node_js:
44
- stable
55
script:
6-
- echo success
6+
- yarn lint
7+
- yarn test
78
after_success:
89
- npm run semantic-release
910
branches:

0 commit comments

Comments
 (0)