Skip to content

Commit 3c60e8b

Browse files
committed
Add travis config file
1 parent 32b3d15 commit 3c60e8b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
3+
php:
4+
- 5.4
5+
- 5.6
6+
- 7.0
7+
- 7.1
8+
9+
before_script:
10+
- composer self-update
11+
- composer install --no-interaction
12+
13+
script:
14+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)