Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 81a4ee9

Browse files
Fix missing escaping in travis.yml
Not gonna do stuff like that in `master` again...
1 parent 58d8154 commit 81a4ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ branches:
4242
only:
4343
- master
4444
- "/^v\\d+\\.\\d+\\.\\d+$/"
45-
- "/^v\\d+\\.\\d+\\.\\d+-beta.\d+$/"
46-
- "/^v\\d+\\.\\d+\\.\\d+-alpha.\d+$/"
45+
- "/^v\\d+\\.\\d+\\.\\d+-beta\\.\\d+$/"
46+
- "/^v\\d+\\.\\d+\\.\\d+-alpha\\.\\d+$/"

0 commit comments

Comments
 (0)