We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a22ab commit abe7d8fCopy full SHA for abe7d8f
.gitignore
@@ -16,4 +16,5 @@ website/yarn.lock
16
website/node_modules
17
website/i18n/*
18
19
+/tests/dependencies/copy/
20
/tests/dependencies/graphqlite-bundle/
.travis.yml
@@ -45,7 +45,7 @@ jobs:
45
- rsync -av . tests/dependencies/copy/ --exclude tests --exclude vendor
46
- cd tests/dependencies
47
- git clone https://github.com/thecodingmachine/graphqlite-bundle.git
48
- - ./makeComposerLocal.php graphqlite-bundle/composer.json
+ - php ./makeComposerLocal.php graphqlite-bundle/composer.json
49
- cd graphqlite-bundle
50
- composer install
51
script:
0 commit comments