Skip to content

Commit

Permalink
Clean up graphql 4 travis artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Nov 13, 2020
1 parent 6751560 commit f96d0f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ before_script:
- composer validate
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.x-dev --prefer-dist; fi
- composer require silverstripe/recipe-testing:^1 silverstripe/recipe-cms:4.x-dev silverstripe/frameworktest:4.x-dev --no-update --prefer-dist

######## Remove once GraphQL 4 is merged #########
- composer require silverstripe/cms:"dev-pulls/4/schemageddon as 4.x-dev" silverstripe/versioned:"dev-pulls/1/schemageddon as 1.x-dev" silverstripe/graphql:"4.x-dev as 3.x-dev" --no-update
##################################################
- 'if [[ $BACKWARD_COMPAT ]]; then composer require silverstripe/graphql:"dev-pulls/3/schemageddon-compat as 3.x-dev" --no-update; fi'

- 'if [[ ! $BACKWARD_COMPAT ]]; then composer require silverstripe/graphql:4.x-dev --no-update; fi'
- composer update $COMPOSER_ARG


Expand Down

0 comments on commit f96d0f8

Please sign in to comment.