Merge pull request #201 from marc1706/update/travis
[update/travis] Do not test branches that don't support testing
This commit is contained in:
@@ -9,6 +9,11 @@ env:
|
||||
- DB=mysql
|
||||
- DB=postgres
|
||||
|
||||
branches:
|
||||
except:
|
||||
- master
|
||||
- develop-1_0_X
|
||||
|
||||
before_script:
|
||||
# checkout phpBB and move your extension in place
|
||||
- cd ../../
|
||||
|
||||
Reference in New Issue
Block a user