We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b747d0d commit ef1fecfCopy full SHA for ef1fecf
.travis.yml
@@ -37,7 +37,10 @@ install: true
37
script:
38
- npm run patch && npm i
39
- if [[ $TRAVIS_OS_NAME = "windows" ]]; then npm run build:release:win; else npm run build:release; fi
40
+ - cd test
41
+ - npm ci
42
- npm test
43
+ - npm run test:it
44
45
before_deploy:
46
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
0 commit comments