diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-04 20:52:47 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-04 20:52:47 +0200 |
commit | 82196b945e291c65fdb66b35e3205f786ce8e921 (patch) | |
tree | 2dbd53706d2410cbd68819d6f79a1a3384167aea | |
parent | f851c977c89aa424b711c532a5c653b1d7b0b5ca (diff) |
Remove temporary branch from travis whitelist
-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 |