CircleCI Configuration for Tests

pull/3/head
Hasin Hayder 3 years ago
parent f97a0612b4
commit 3bf257350a

@ -37,7 +37,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: composer install -n --prefer-dist
- run: composer install
- save_cache:
key: v1-dependencies-{{ checksum "composer.json" }}

@ -1,22 +0,0 @@
os:
- linux
language: php
php:
- '7.1'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
before_script:
- composer self-update
- composer install --no-interaction
- cp .env.example .env
- touch database/hydra.sqlite
- php artisan migrate
- php artisan db:seed
script:
- php artisan test
Loading…
Cancel
Save