Skip to content

Commit

Permalink
Enabled building branch prerelease-v2.2.x on appveyor and Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Aug 11, 2018
1 parent 5c24b66 commit e895e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- linux
branches:
only:
- master
- prerelease-v2.2.x
env:
global:
- GOOGLETEST_HOME=$TRAVIS_BUILD_DIR/lib/googletest
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: "{branch} (#{build})"
# branches to build
branches:
only:
- master
- prerelease-v2.2.x

# Do not build on tags (GitHub and BitBucket)
skip_tags: true
Expand Down

0 comments on commit e895e18

Please sign in to comment.