Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anderly committed Mar 13, 2019
1 parent 25b2e5c commit b0a06a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- '7.1'
- '7.2'

before_install:
- composer self-update

install:
- composer install --prefer-source --no-interaction --dev

script:
- vendor/bin/phpunit

0 comments on commit b0a06a3

Please sign in to comment.