Skip to content

Commit

Permalink
Swapped composer ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Sep 9, 2019
1 parent 7f482b7 commit 2f42a0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
# name: Write version number to JSON file for testing purposes
# command: "cat composer.json | jq --arg version 1.999.999 '. + {version: $version}' > composer.test.json && mv composer.test.json composer.json && cat composer.json"

- run:
name: Installing Composer dependencies
command: "composer install --dev --prefer-dist"

- run:
name: Install Laravel 5.8
command: "composer require --update-with-all-dependencies laravel/framework:^5.8 orchestra/testbench:^3.8"

- run:
name: Installing Composer dependencies
command: "composer install --dev --prefer-dist"

- run:
name: Test on Laravel 5.8
command: ./vendor/bin/phpunit -c phpunit.xml
Expand Down

0 comments on commit 2f42a0e

Please sign in to comment.