Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
griffithben committed Sep 14, 2019
1 parent ddbd45e commit fc483de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: php

php:
- 7.1

sudo: false

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

script: vendor/bin/phpunit

0 comments on commit fc483de

Please sign in to comment.