Skip to content

Commit 1352e7b

Browse files
committed
run CI on tags
1 parent 64465d3 commit 1352e7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@ language: julia
22
os:
33
- linux
44
- osx
5+
56
julia:
67
- 1.0
78
- 1.1
89
- nightly
10+
911
matrix:
1012
allow_failures:
1113
- julia: nightly
14+
1215
branches:
1316
only:
1417
- master
18+
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
19+
1520
notifications:
1621
email: false
1722

0 commit comments

Comments
 (0)