Skip to content

Commit 7a2d872

Browse files
authored
Add CLI test (#9)
1 parent 7fc08ea commit 7a2d872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ jobs:
55
include:
66
- stage: test
77
name: 'Run Linters'
8-
script: npm run lint:js
8+
script: npm run lint
99
- stage: test
1010
name: 'Run tests'
1111
script: npm run test:coverage
12+
- stage: test
13+
name: 'CLI'
14+
script: npm run generate
1215
after_success:
1316
- npx codecov

0 commit comments

Comments
 (0)