diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-26 21:18:34 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-26 21:18:34 +0200 |
commit | 5dba032b6d53cf91ab733c61bd5795c81f021af6 (patch) | |
tree | 0d2abd06b028e0cc381ccc6345ac65e418bf3728 | |
parent | e16192cacc55a6fae356ec27320a5d4e77bd2949 (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 38fa7163a..97ea0422d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,4 @@ script: phpunit --configuration tests/travis/$DB.phpunit.xml branches: only: - develop - - master - - pdo-patch
\ No newline at end of file + - master
\ No newline at end of file |