Skip to content

Commit 1c2a396

Browse files
committed
Continuous Integration: simplify regex for allowed branches and tags
1 parent 6b65f86 commit 1c2a396

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
@@ -8,7 +8,7 @@ script:
88
branches:
99
only:
1010
- master
11-
- /^(\d+\.)+(\d+\.)+(\d+)?(-)?(.+)$/
11+
- /^\d+\.\d+/
1212
deploy:
1313
provider: npm
1414

0 commit comments

Comments
 (0)