InfluxPHP/.travis.yml
2014-09-04 18:33:45 +02:00

15 lines
331 B
YAML

language: php
script: phpunit
php:
- 5.3
- 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
- travis_retry sudo service influxdb restart
- php composer.phar install