Skip to content

Commit ab8ea9a

Browse files
committed
CI: Remove v prefix from version tag constraint
Version tags in this project don't have that prefix 🙈
1 parent ae92730 commit ab8ea9a

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)