Skip to content

Commit 3a083c7

Browse files
committed
Updated TravisCi settings
1 parent 90bdb93 commit 3a083c7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,33 @@
88
# @author Khoa Bui (khoaofgod) <[email protected]> http://www.phpfastcache.com
99
# @author Georges.L (Geolim4) <[email protected]>
1010
#
11+
sudo: false
1112

1213
language: php
14+
1315
services:
1416
- memcached
1517
# - redis-server
1618
before_script: phpenv config-add var/php/conf/phpfastcache.ini
19+
1720
php:
1821
# - 5.3
1922
# - 5.4
2023
- 5.5
2124
- 5.6
2225
- 7.0
2326
- nightly
24-
# - hhvm We may need to do review this check later
27+
- hhvm
28+
29+
matrix:
30+
fast_finish: true
31+
allow_failures:
32+
- php: nightly
33+
- php: hhvm
34+
2535
install:
2636
- ./bin/ci/install_dependencies.sh
37+
2738
script:
2839
- php -f tests/SyntaxChecker.test.php
2940
- php -f tests/Autoload.test.php

0 commit comments

Comments
 (0)