Skip to content

Commit c3dced4

Browse files
committed
(#17) Shortened test script by using added 145 packages in 1.069s
> [email protected] test /Users/s1hofmann/Documents/git/nut-tree/libnut > echo 'Error: no test specified' Error: no test specified
1 parent ac51ca0 commit c3dced4

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Diff for: .travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ 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
4040
- cd test
41-
- npm ci
42-
- npm test
41+
- npm cit
4342
- cd window-integration-tests
44-
- npm ci
45-
- npm test
43+
- npm cit
4644
- cd ../..
4745

4846
before_deploy:

Diff for: appveyor.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ test_script:
3333
- npm --version
3434
# run tests
3535
- cd test
36-
- npm ci
37-
- npm test
36+
- npm cit
3837
- npm run test:it
3938
- cd window-integration-tests
40-
- npm ci
41-
- npm test
39+
- npm cit
4240
- cd ../..
4341

4442
on_success:

0 commit comments

Comments
 (0)