diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-06 13:05:10 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-06 13:05:10 +0200 |
commit | c0dd3986b5cf45dcf9de42d761b9641836bc6c93 (patch) | |
tree | 3e6d255ef2575f622e6b0347eeb86a0700e5ad25 | |
parent | fc92fc2e4f262a3607898ca7cd8b361d95f09136 (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 |