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

Commit

Permalink
Added .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Aug 25, 2017
1 parent af5a60e commit 622f951
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sudo: false

language: php
php:
- 5.6
- 7.0
- 7.1

cache:
directories:
- $HOME/.composer/cache
- vendor

before_install:
- phpenv config-rm xdebug.ini

install: composer install

0 comments on commit 622f951

Please sign in to comment.