Skip to content

Commit

Permalink
Instructs Travis to build all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Aug 27, 2021
1 parent 8f40ca3 commit cdbe710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ dist: bionic

cache: false

# Build only master & PRs
# Build all branches
branches:
only:
- master
- /^greenkeeper/.*$/
- gh-pages
- /.*/

language: node_js

Expand Down

0 comments on commit cdbe710

Please sign in to comment.