Skip to content

Commit

Permalink
Build tags on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Nov 20, 2017
1 parent 3330a60 commit a86e728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ branches:
only:
- master
- /release-.*/
- /v(\d+)\.(\d+)\.(\d+)/
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Query"); Pkg.test("Query"; coverage=true)'
Expand Down

0 comments on commit a86e728

Please sign in to comment.