Skip to content

Commit

Permalink
Add travis yaml file + move test folder to _build
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Dec 24, 2016
1 parent 0b52aff commit abda40e
Show file tree
Hide file tree
Showing 26 changed files 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
script: "phpunit -c _build/test/phpunit.xml"

# Set php versions
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
allow_failures:
- php: hhvm
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit abda40e

Please sign in to comment.