Skip to content

Commit

Permalink
Updates Travis config for milestone branches support
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Mar 6, 2020
1 parent f8f1078 commit bd86d88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
dist: xenial
node_js:
# Use Node.js >= 12.x since we got problems with exceeding the default 1400MB
# memory limit in Node.js 10 during webpack builds.
# See also https://developer.ibm.com/articles/nodejs-memory-management-in-container-environments/
# Use Node.js >= 12.x since we got problems with exceeding the default 1400MB
# memory limit in Node.js 10 during webpack builds.
# See also https://developer.ibm.com/articles/nodejs-memory-management-in-container-environments/
- "12.15.0"
sudo: required

Expand Down Expand Up @@ -41,6 +41,7 @@ script:
branches:
only:
- master
- /^milestone\/.+$/
# Minor version branches: 0.9, 0.10, 1.2 etc.
- /^[0-9]+\.[0-9]+$/
# Tag builds: v0.9.1, v1.2.3-alpha456+build789 etc.
Expand Down

0 comments on commit bd86d88

Please sign in to comment.