diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-06 12:44:40 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-06 12:44:40 +0200 |
commit | 4d759fbb102b0754d7ff915458e27600bdc99d1d (patch) | |
tree | 7e1afc35050ed30c2d868b9e310bd13fd6f04755 | |
parent | c0df5a231a28c6038f0a8ab702e090ce0e12b5a5 (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 |