Skip to content

Commit

Permalink
Fix build exclusion to prevent builds on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Feb 8, 2016
1 parent 22968b2 commit 2a6d3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script:
- ant all
branches:
except:
- /^*-v[0-9]/
- /^.*-[0-9]*\.[0-9]*\.[0-9]*$/
before_deploy:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis CI"
Expand Down

0 comments on commit 2a6d3fa

Please sign in to comment.