Skip to content

Commit

Permalink
Merge pull request #1895 from Turbo87/ci-fix
Browse files Browse the repository at this point in the history
CI: Remove `v` prefix from version tag constraint
  • Loading branch information
Turbo87 authored Jul 12, 2019
2 parents ae92730 + ab8ea9a commit b8df100
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
@@ -1,7 +1,7 @@
branches:
only:
- master
- /^v\d+\.\d+\.\d+/ # npm version tags
- /^\d+\.\d+\.\d+/ # npm version tags

language: node_js
node_js:
Expand Down

0 comments on commit b8df100

Please sign in to comment.