Skip to content

Commit 3eca195

Browse files
committed
chore: build before npm test
1 parent b47ca80 commit 3eca195

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ node_js:
55
- '4'
66
before_install:
77
- npm i -g npm
8+
before_script:
9+
- npm run build
10+
script:
11+
- npm test
812
after_success: npm run coveralls

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ clone_depth: 1
1818
test_script:
1919
- node --version
2020
- npm --version
21+
- npm run build
2122
- npm test

0 commit comments

Comments
 (0)