Skip to content

Commit

Permalink
Removing master-only in CI configs because it seems to be mutually ex…
Browse files Browse the repository at this point in the history
…clusve with tag-only deploy.
  • Loading branch information
cboulay committed Jan 17, 2019
1 parent 1721c0d commit d676464
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ version: 1.13.{build}
pull_requests:
do_not_increment_build_number: true
shallow_clone: true
branches:
only:
- master
environment:
CMakeArgs: ""
matrix:
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: cpp
env:
CMakeArgs=""
branches:
only:
- master
# https://docs.travis-ci.com/user/reference/osx/#macos-version
matrix:
include:
Expand Down

0 comments on commit d676464

Please sign in to comment.