Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from percymamedy/feature/issue#4
Browse files Browse the repository at this point in the history
Issue #4
  • Loading branch information
percymamedy committed Jun 2, 2019
2 parents fa6c1d0 + af5f929 commit 276f31c
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
- 7.3

before_script:
- composer self-update

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

script: vendor/bin/phpunit

0 comments on commit 276f31c

Please sign in to comment.