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

Commit f226072

Browse files
Merge pull request #1323 from ssbc/travis-fix
Fix missing escaping in travis.yml Since travis is running I'll take it this worked.
2 parents 58d8154 + 81a4ee9 commit f226072

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)