Skip to content

Commit 78ecc60

Browse files
committed
Reset working directory before tests
1 parent 1a7e6d1 commit 78ecc60

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ php:
55
install:
66
- composer install
77
- npm install
8-
- cd packages/eslint-config-humanmade && npm install
8+
9+
# Install for ESLint tests
10+
- cd packages/eslint-config-humanmade
11+
- npm install
12+
13+
# Reset
14+
- cd ../..
915

1016
script:
1117
- vendor/bin/phpunit

0 commit comments

Comments
 (0)