Skip to content

Commit 7584b65

Browse files
committed
Fix running the tests with Node.js < 8, which did not run npm prepare
1 parent 8a44f30 commit 7584b65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ node_js:
1010
- '8'
1111
- '6'
1212
- '4'
13+
scripts:
14+
- npm run build
15+
- npm test
1316
after_success:
1417
- npm run coverage
1518
- npx semantic-release

0 commit comments

Comments
 (0)