2013-11-12 17:33:37 +00:00
|
|
|
language: php
|
|
|
|
script: phpunit
|
|
|
|
|
|
|
|
php:
|
2014-09-04 16:33:45 +00:00
|
|
|
- 5.3
|
2013-11-12 17:33:37 +00:00
|
|
|
- 5.4
|
|
|
|
- 5.5
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- curl -s http://getcomposer.org/installer | php
|
|
|
|
- wget http://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb
|
|
|
|
- sudo dpkg -i influxdb_latest_amd64.deb
|
2014-09-04 16:28:50 +00:00
|
|
|
- travis_retry sudo service influxdb restart
|
2013-11-12 17:33:37 +00:00
|
|
|
- php composer.phar install
|