Skip to content

Commit

Permalink
Update TravisCI configuration for new default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
sluehr committed Oct 8, 2020
1 parent d57405c commit bbcbabb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jdk:
- openjdk11
notifications:
slack:
if: branch = master
if: branch = main
on_success: never
on_failure: always
on_start: never
Expand All @@ -23,5 +23,4 @@ deploy:
skip_cleanup: true
on:
tags: true
branch: master

branch: main

0 comments on commit bbcbabb

Please sign in to comment.