Skip to content

Commit 8683e84

Browse files
committed
Added lint to travisCI
1 parent a69c778 commit 8683e84

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
language: node_js
22
node_js:
33
- 15.0.1
4-
script:
5-
- yarn run test
6-
- yarn run test:codecov
4+
jobs:
5+
include:
6+
- stage: test
7+
script:
8+
- yarn run test
9+
- yarn run test:codecov
10+
- stage: lint
11+
script:
12+
- yarn run lint
713
cache:
814
yarn: true
915
directories:

0 commit comments

Comments
 (0)