Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonSmit authored Jul 14, 2017
1 parent 68546f2 commit 516e98d
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:
- 5.6
- 7.0
- 7.1

before_script:
- composer self-update
- composer install --no-interaction

script:
- vendor/bin/phpunit

0 comments on commit 516e98d

Please sign in to comment.