Skip to content

Commit 4251a0d

Browse files
authored
Update .travis.yml
1 parent ddb5386 commit 4251a0d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ dist: trusty
33
php: '7.0'
44
git:
55
depth: 3
6-
before_install:
7-
- composer init --name="temp/check" --description="just checking the json" --author="No One <[email protected]>" --type="application" --homepage="https://github.com/IDotD/Raid-Tiers" --require=idrinth/config-check:dev-master
86
install:
9-
- composer install
10-
script: "vendor/bin/check-config.php -vvv -w"
7+
- mkdir ../tools
8+
- composer create-project idrinth/config-check dev-master --no-dev --working-dir=../tools
9+
script: ..tools/check-config -vvv -w

0 commit comments

Comments
 (0)