Skip to content

Commit

Permalink
do CI on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
traktofon committed Apr 6, 2020
1 parent 1d6eccb commit 9a96d99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -9,6 +9,11 @@ julia:
- 1
- nightly

branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/

notifications:
email: false

Expand All @@ -34,4 +39,3 @@ jobs:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success: skip

0 comments on commit 9a96d99

Please sign in to comment.