Skip to content

Commit 2462aee

Browse files
committed
(#8) Switch back to parent dir after tests
1 parent 92284c8 commit 2462aee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ script:
4040
- cd test
4141
- npm ci
4242
- npm test
43+
- cd ..
4344

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

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ test_script:
3636
- npm ci
3737
- npm test test
3838
- npm test run test:it
39+
- cd ..
3940

4041
on_success:
4142
- IF defined APPVEYOR_REPO_TAG_NAME npm publish

0 commit comments

Comments
 (0)