Skip to content

Commit 12fd0b9

Browse files
committed
IHF: Test.
1 parent 0b261cb commit 12fd0b9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
opcache.enable = 0

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ php:
44
- 5.6
55
- 7.0
66

7+
before_script:
8+
- phpenv config-add .travis.php.ini
9+
710
install:
811
- composer install
912
- composer require satooshi/php-coveralls --dev

0 commit comments

Comments
 (0)