Skip to content

Commit

Permalink
travis: quote environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed May 21, 2017
1 parent eac72be commit 980c47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ matrix:
# open_memstream
- compiler: gcc
# fopencookie
- env: [CMAKE_EXTRA_ARGS=-DHAVE_OPEN_MEMSTREAM=FALSE]
- env: [CMAKE_EXTRA_ARGS="-DHAVE_OPEN_MEMSTREAM=FALSE"]
compiler: gcc
# tmpfile
- env: [CMAKE_EXTRA_ARGS=-DHAVE_OPEN_MEMSTREAM=FALSE -DHAVE_FOPENCOOKIE=FALSE]
- env: [CMAKE_EXTRA_ARGS="-DHAVE_OPEN_MEMSTREAM=FALSE -DHAVE_FOPENCOOKIE=FALSE"]
compiler: gcc
# funopen
- os: osx
Expand Down

0 comments on commit 980c47c

Please sign in to comment.