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

Commit

Permalink
added travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
ecow committed Oct 6, 2018
1 parent 1c92f05 commit 4fe7e81
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
sudo: false

php:
- 7.0
- 7.1
- 7.2

before_script:
- composer self-update
- composer install -n

script:
- composer test

0 comments on commit 4fe7e81

Please sign in to comment.