summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 2ed6aef1d8a41a20ab3cadbd0cda79b793663999 (plain)
1
2
3
4
5
6
7
8
9
10
language: php

php:
  - 5.3
  - 5.4

before_script:
  - wget http://getcomposer.org/composer.phar
  - php composer.phar --dev install

OpenPOWER on IntegriCloud