Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

Commit 6275023

Browse files
committed
Update travis
1 parent 3441bf5 commit 6275023

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.env.travis

Lines changed: 0 additions & 11 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ language: php
22
php:
33
- 7.2
44
before_script:
5-
- cp .env.travis .env
5+
- cp .env.example .env
66
- composer self-update
77
- composer install --no-interaction
88
- php artisan key:generate
99
- php artisan crawler:build
10-
before_install:
11-
- mysql -e 'CREATE DATABASE crawler;'
1210
script:
1311
- vendor/bin/phpunit
1412
services:

0 commit comments

Comments
 (0)