diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-24 21:18:59 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-24 21:18:59 +0200 |
commit | 76e2f034f55b7e0f678f22043eb841b428377fa6 (patch) | |
tree | ae82f7f814e52ab84bb64193cc395e7db7082da6 | |
parent | e13511a1368adb9914a4252d98cb2d0165138e0d (diff) |
Remove temporary branch from whitelist
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5eff68d18..6a7d37812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,5 +23,4 @@ script: phpunit --configuration tests/travis/$DB.phpunit.xml branches: only: - - develop - - travis-ci + - develop
\ No newline at end of file |