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

env: APPLICATION_ENV travis

php:
  - 5.3
  - 5.4

before_script:
  - COMPOSER_PROCESS_TIMEOUT=10000 composer install
  - ./bin/phing rw
  - ./bin/phing db -D env=travis

script:
  - ./bin/phing test

notifications:
  email: false