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

Commit 38a3b30

Browse files
author
Brandon Carroll
committed
fix(ci): change default test script to coverage
1 parent 6aa2c1a commit 38a3b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
sudo: false
22
language: node_js
3-
branches:
4-
only: master
53
node_js:
64
- '9'
75
- '10'
@@ -10,9 +8,11 @@ cache: npm
108
notifications:
119
email: false
1210
install: npm install
13-
script: npm test
11+
script: npm run test:coverage
1412
jobs:
1513
include:
1614
- stage: release
15+
branches:
16+
only: master
1717
node_js: '10'
1818
script: npm run semantic-release

0 commit comments

Comments
 (0)