Skip to content

Commit 9ea234a

Browse files
authored
Update .travis.yml
only certain branches for build pushed branches
1 parent ba0d059 commit 9ea234a

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)