Skip to content

Commit c4ed7b2

Browse files
authored
Merge pull request #418 from JuliaRobotics/travis/20q2/onlysomebranch
Update .travis.yml to only build on certain pushed branches
2 parents ba0d059 + 9ea234a commit c4ed7b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ julia:
1717
env:
1818
- IIF_TEST=false
1919

20+
branches:
21+
only:
22+
- master
23+
- develop
24+
- /^release-.*$/
25+
2026
jobs:
2127
include:
2228
- julia: 1.4

0 commit comments

Comments
 (0)