Skip to content

Commit b8df100

Browse files
authored
Merge pull request #1895 from Turbo87/ci-fix
CI: Remove `v` prefix from version tag constraint
2 parents ae92730 + ab8ea9a commit b8df100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
branches:
22
only:
33
- master
4-
- /^v\d+\.\d+\.\d+/ # npm version tags
4+
- /^\d+\.\d+\.\d+/ # npm version tags
55

66
language: node_js
77
node_js:

0 commit comments

Comments
 (0)