freifunkmeta/.travis.yml

22 lines
276 B
YAML
Raw Normal View History

2014-05-26 15:35:17 +02:00
language: php
php:
- 5.3
- 5.4
2014-05-26 15:35:17 +02:00
- 5.5
2014-06-10 15:19:47 +02:00
- 5.6
- hhvm
- hhvm-nightly
os:
- linux
- osx
2014-05-26 15:35:17 +02:00
env:
- WP_VERSION=latest WP_MULTISITE=0
before_script:
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
script: phpunit