diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-07-29 11:26:40 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-07-29 11:26:40 +0200 |
commit | ea20dd1900395dccdc620fba3e2ae73b4694a77c (patch) | |
tree | ede6bfcd2cc4c1cb5171201a98584f981c8d2eab /.travis.yml | |
parent | f8c254bd96cedf2db6ff083eae325aca588b07e5 (diff) |
Add travis phing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 19562df3..178d7a0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: php php: - 5.3 - 5.4 -script: "phing test" +script: "./travis-phing.sh test" |