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

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hedii committed Jan 21, 2018
1 parent 3441bf5 commit 6275023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
11 changes: 0 additions & 11 deletions .env.travis

This file was deleted.

4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ language: php
php:
- 7.2
before_script:
- cp .env.travis .env
- cp .env.example .env
- composer self-update
- composer install --no-interaction
- php artisan key:generate
- php artisan crawler:build
before_install:
- mysql -e 'CREATE DATABASE crawler;'
script:
- vendor/bin/phpunit
services:
Expand Down

0 comments on commit 6275023

Please sign in to comment.