Skip to content

Commit ef1fecf

Browse files
committed
(#8) Updated Travis config
1 parent b747d0d commit ef1fecf

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
@@ -37,7 +37,10 @@ install: true
3737
script:
3838
- npm run patch && npm i
3939
- if [[ $TRAVIS_OS_NAME = "windows" ]]; then npm run build:release:win; else npm run build:release; fi
40+
- cd test
41+
- npm ci
4042
- npm test
43+
- npm run test:it
4144

4245
before_deploy:
4346
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null

0 commit comments

Comments
 (0)