We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac51ca0 commit c3dced4Copy full SHA for c3dced4
.travis.yml
@@ -38,11 +38,9 @@ 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
+ - npm cit
43
- cd window-integration-tests
44
45
46
- cd ../..
47
48
before_deploy:
appveyor.yml
@@ -33,12 +33,10 @@ test_script:
33
- npm --version
34
# run tests
35
36
37
- npm run test:it
on_success:
0 commit comments