diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 14:37:43 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 14:37:43 +0200 |
commit | 4d35ec4d6156b2f999bc06cb6c48ab127ff80156 (patch) | |
tree | 1bb64499582b61d9c18aa1a9f97724c212f0162c /.travis.yml | |
parent | 1fd9c2de819cef67d67feb3f738b3ca89ef28adb (diff) |
Move to pradosoft and update composer and travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 178d7a0b..d24b79fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,18 @@ language: php + +env: APPLICATION_ENV travis + php: - 5.3 - 5.4 -script: "./travis-phing.sh test" + +before_script: + - COMPOSER_PROCESS_TIMEOUT=10000 composer install + - ./bin/phing rw + - ./bin/phing db -D env=travis + +script: + - ./bin/phing test + +notifications: + email: false
\ No newline at end of file |