summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 93eb2524e42312a26623f045e191cfb6ef87b24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: php

php:
  - 5.3

before_script:
  - export PATH=./bin:./vendor/bin/:$PATH
  - composer self-update
  - composer install --prefer-source --dev

script:
  - ./vendor/bin/phing test

#after_script:
#  - php ./vendor/bin/coveralls -v