Skip to content

Commit ee2792e

Browse files
committed
Build: travis: avoid implicit cast of 1.1 branch to float
This prevented Travis CI to catching on the commits for/at this branch completely. Reference: https://en.wikipedia.org/wiki/YAML#Casting_data_types
1 parent 04d2066 commit ee2792e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ notifications:
7070
branches:
7171
only:
7272
- master
73-
- 1.1
73+
- "1.1"

0 commit comments

Comments
 (0)