We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb5386 commit 4251a0dCopy full SHA for 4251a0d
1 file changed
.travis.yml
@@ -3,8 +3,7 @@ dist: trusty
3
php: '7.0'
4
git:
5
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
8
install:
9
- - composer install
10
-script: "vendor/bin/check-config.php -vvv -w"
+ - mkdir ../tools
+ - composer create-project idrinth/config-check dev-master --no-dev --working-dir=../tools
+script: ..tools/check-config -vvv -w
0 commit comments