Skip to content

Commit 225057b

Browse files
authored
Update .travis.yml
1 parent d185526 commit 225057b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ notifications:
3737
on_start: always # options: [always|never|change] default: always
3838

3939
branches:
40-
only:
41-
- appimagetool/master
42-
- feature/usage
40+
except:
41+
- # Do not build tags that we create when we upload to GitHub Releases
42+
- /^(?i:continuous)$/
43+
- # our master is called "appimagetool/master"
44+
- master

0 commit comments

Comments
 (0)