Skip to content

Commit e0f8931

Browse files
committed
Fixed Travis CI config
1 parent 05ca4b2 commit e0f8931

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
@@ -24,7 +24,7 @@ env:
2424
- C_INCLUDE_PATH="$TRAVIS_BUILD_DIR/build/include"
2525
matrix:
2626
- CC="ccache gcc" CFLAGS="-g3 -O0 -fno-delete-null-pointer-checks -Wall -std=gnu90 -fvisibility=hidden"
27-
- CC="ccache clang" "-g3 -O0 -fcolor-diagnostics -Wall -std=gnu90"
27+
- CC="ccache clang" CFLAGS="-g3 -O0 -fcolor-diagnostics -Wall -std=gnu90"
2828

2929
matrix:
3030
fast_finish: true
@@ -34,7 +34,7 @@ matrix:
3434
- env: CC="ccache gcc" CFLAGS="-g3 -O0 -fno-delete-null-pointer-checks -Wall -std=gnu90 -fvisibility=hidden"
3535
php: nightly
3636
compiler: gcc
37-
- env: CC="ccache clang" "-g3 -O0 -fcolor-diagnostics -Wall -std=gnu90"
37+
- env: CC="ccache clang" CFLAGS="-g3 -O0 -fcolor-diagnostics -Wall -std=gnu90"
3838
php: nightly
3939
compiler: clang
4040

0 commit comments

Comments
 (0)