Skip to content

Commit abe7d8f

Browse files
committed
Fixing Travis.yml
1 parent 60a22ab commit abe7d8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ website/yarn.lock
1616
website/node_modules
1717
website/i18n/*
1818

19+
/tests/dependencies/copy/
1920
/tests/dependencies/graphqlite-bundle/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- rsync -av . tests/dependencies/copy/ --exclude tests --exclude vendor
4646
- cd tests/dependencies
4747
- git clone https://github.com/thecodingmachine/graphqlite-bundle.git
48-
- ./makeComposerLocal.php graphqlite-bundle/composer.json
48+
- php ./makeComposerLocal.php graphqlite-bundle/composer.json
4949
- cd graphqlite-bundle
5050
- composer install
5151
script:

0 commit comments

Comments
 (0)