Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emptynick committed Apr 2, 2019
1 parent 3b8fc27 commit 45d8c0e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: php

sudo: true

php:
- 7.1
- 7.2
- 7.3

matrix:
fast_finish: true

cache:
directories:
- $HOME/.composer/cache
- node_modules

services:
- sqlite

before_script:
- travis_retry composer self-update
- composer require "illuminate/support:5.8"
- composer show laravel/framework
- npm install
- npm run dev

script:
- vendor/bin/phpunit --no-coverage

0 comments on commit 45d8c0e

Please sign in to comment.