Skip to content

Commit

Permalink
roll back different version of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelachrisco authored Feb 21, 2019
1 parent c89205f commit e818342
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
version: 2

jobs:
build:
docker:
- image: circleci/php:7.0-node-browsers
working_directory: ~/ReadOnlyTraitLaravel
steps: # a set of executable commands
- checkout
- run: sudo composer self-update
- run: composer install -n --prefer-dist
- run: ./vendor/bin/kahlan -reporter=verbose
build:
docker:
- image: circleci/php:7.1-node-browsers
working_directory: ~/ReadOnlyTraitLaravel
steps: # a set of executable commands
- checkout
- run: sudo composer self-update
- run: composer install -n --prefer-dist
- run: ./vendor/bin/kahlan -reporter=verbose
build:
docker:
- image: circleci/php:7.2-node-browsers
working_directory: ~/ReadOnlyTraitLaravel
steps: # a set of executable commands
- checkout
- run: sudo composer self-update
- run: composer install -n --prefer-dist
- run: ./vendor/bin/kahlan -reporter=verbose
build:
docker:
- image: circleci/php:7.3-node-browsers
Expand Down

0 comments on commit e818342

Please sign in to comment.