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 32e7500 commit f34d869Copy full SHA for f34d869
.travis.yml
@@ -37,11 +37,13 @@ matrix:
37
env: WP_VERSION=latest WP_MULTISITE=0
38
- php: 5.3
39
env: WP_VERSION=3.7 WP_MULTISITE=0
40
+ dist: precise
41
- php: 5.2
42
43
44
45
-
46
47
48
## Cache composer bits
49
cache:
@@ -71,4 +73,4 @@ script:
71
73
else
72
74
phpunit;
75
fi
-# - cd tests/spec && bundle exec rspec test.rb
76
+# - cd tests/spec && bundle exec rspec test.rb
0 commit comments