We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c790569 commit 7a86432Copy full SHA for 7a86432
.travis.yml
@@ -40,7 +40,10 @@ script:
40
- cd test
41
- npm ci
42
- npm test
43
- - cd ..
+ - cd window-integration-tests
44
+ - npm ci
45
+ - npm test
46
+ - cd ../..
47
48
before_deploy:
49
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
appveyor.yml
@@ -34,9 +34,12 @@ test_script:
34
# run tests
35
36
37
- - npm test test
38
- - npm test run test:it
39
+ - npm run test:it
on_success:
- IF defined APPVEYOR_REPO_TAG_NAME npm publish
0 commit comments