Skip to content

Commit f34d869

Browse files
authored
Fix PHP 5.2 and 5.3 fails
1 parent 32e7500 commit f34d869

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ matrix:
3737
env: WP_VERSION=latest WP_MULTISITE=0
3838
- php: 5.3
3939
env: WP_VERSION=3.7 WP_MULTISITE=0
40+
dist: precise
4041
- php: 5.2
4142
env: WP_VERSION=latest WP_MULTISITE=0
43+
dist: precise
4244
- php: 5.2
4345
env: WP_VERSION=3.7 WP_MULTISITE=0
44-
46+
dist: precise
4547

4648
## Cache composer bits
4749
cache:
@@ -71,4 +73,4 @@ script:
7173
else
7274
phpunit;
7375
fi
74-
# - cd tests/spec && bundle exec rspec test.rb
76+
# - cd tests/spec && bundle exec rspec test.rb

0 commit comments

Comments
 (0)