Skip to content

Commit

Permalink
Allow master branch compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdominguez committed May 24, 2019
1 parent 5be4d37 commit 099a22b
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 @@ -120,7 +120,7 @@ branches:
only:
# release tags
- /^v\d+\.\d+\.\d+.*$/
#- master
- master

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ branches:
only:
# Release tags
- /^v\d+\.\d+\.\d+.*$/
#- master
- master

notifications:
- provider: Email
Expand Down

0 comments on commit 099a22b

Please sign in to comment.