Skip to content

Commit 9c78d31

Browse files
authored
Fix YAML syntax
1 parent 3de04ac commit 9c78d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ php:
1818
- "8.0"
1919
- "7.4"
2020
- "7.3"
21-
- "7.2
21+
- "7.2"
2222
- "7.1"
2323

2424
jobs:
@@ -29,7 +29,7 @@ before_install:
2929

3030
install:
3131
- "phpize"
32-
- "CFLAGS='-Wall -Werror' ./configure"
32+
- "CFLAGS=\"-Wall -Werror\" ./configure"
3333
- "make"
3434

3535
script:

0 commit comments

Comments
 (0)