Skip to content

Commit 4940dfc

Browse files
committed
Return commented branches config in .travis.yml
1 parent b6d55f9 commit 4940dfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ matrix:
2121
allow_failures:
2222
- php: nightly
2323

24-
#branches:
25-
# only:
26-
# - master
27-
# - /^\d+\.\d+$/
24+
branches:
25+
only:
26+
- master
27+
- /^\d+\.\d+$/
2828

2929
before_script:
3030
- mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d && echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

0 commit comments

Comments
 (0)