Skip to content

Commit

Permalink
Run travis on just master and develop branches
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Sep 15, 2015
1 parent 7810b84 commit c00990b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ env:
- EPV="1" # Should we run EPV (Extension Pre Validator) on your code?
- PHPBB_BRANCH="3.1.x"

#branches:
# only:
# - master
# - develop
# - /^develop-.*$/
branches:
only:
- master
- develop
- /^develop-.*$/

install:
- composer install --dev --no-interaction --prefer-source
Expand Down

0 comments on commit c00990b

Please sign in to comment.