diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-06 22:22:39 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-06 22:22:39 +0200 |
commit | d115f8327a8f16d957cc4e0876225037bb2f5868 (patch) | |
tree | 83135142605000903606627a2bcc41de130b6140 | |
parent | 5ce26c912f11fb859e661a43a6667fba5a5a3ca2 (diff) |
Remove temporary branch from build list
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 971f62f38..97ea0422d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,4 @@ script: phpunit --configuration tests/travis/$DB.phpunit.xml branches: only: - develop - - master - - db-tests
\ No newline at end of file + - master
\ No newline at end of file |