Skip to content

Commit da4b74a

Browse files
committed
Composer requires PHP 5.3.2+
And speed up builds
1 parent 09a1a06 commit da4b74a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ env:
2121

2222
matrix:
2323
include:
24-
- dist: precise
25-
php: 5.2
26-
env: WP_VERSION=latest WP_MULTISITE=0
27-
- dist: precise
28-
php: 5.2
29-
env: WP_VERSION=latest WP_MULTISITE=1
3024
- dist: precise
3125
php: 5.3
3226
env: WP_VERSION=latest WP_MULTISITE=0
@@ -52,3 +46,7 @@ before_script:
5246
script:
5347
- phpcs --standard=phpcs.ruleset.xml $(find -name "*.php")
5448
- phpunit
49+
50+
cache:
51+
directories:
52+
- $HOME/.composer/cache

0 commit comments

Comments
 (0)