We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3f38 commit bb4a2c2Copy full SHA for bb4a2c2
.travis.yml
@@ -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