Skip to content

Commit

Permalink
Add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-parry committed Aug 12, 2019
1 parent 9b8ebb9 commit e1c1245
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

php:
- 7.2

# Recommended by Travis support
sudo: required
dist: trusty
group: edge

script:
- php vendor/bin/phpunit -v

before_script:
- composer install --prefer-source

0 comments on commit e1c1245

Please sign in to comment.