Skip to content

Commit bb4a2c2

Browse files
committed
add .travis.yml
1 parent 7ef3f38 commit bb4a2c2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.travis.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
language: php
2+
3+
sudo: false
4+
5+
cache:
6+
directories:
7+
- $HOME/.composer/cache
8+
9+
php:
10+
- 5.4
11+
- 5.5
12+
- 5.6
13+
- 7.0
14+
- 7.1
15+
- 7.2
16+
17+
matrix:
18+
fast_finish: true
19+
20+
before_script:
21+
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
22+
- composer self-update
23+
- composer install
24+
25+
script:
26+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)