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 90bdb93 commit 3a083c7Copy full SHA for 3a083c7
.travis.yml
@@ -8,22 +8,33 @@
8
# @author Khoa Bui (khoaofgod) <[email protected]> http://www.phpfastcache.com
9
# @author Georges.L (Geolim4) <[email protected]>
10
#
11
+sudo: false
12
13
language: php
14
+
15
services:
16
- memcached
17
# - redis-server
18
before_script: phpenv config-add var/php/conf/phpfastcache.ini
19
20
php:
21
# - 5.3
22
# - 5.4
23
- 5.5
24
- 5.6
25
- 7.0
26
- nightly
- # - 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
35
install:
36
- ./bin/ci/install_dependencies.sh
37
38
script:
39
- php -f tests/SyntaxChecker.test.php
40
- php -f tests/Autoload.test.php
0 commit comments