Skip to content

Commit c40a189

Browse files
committed
WIP: escape string
1 parent 2b1efa4 commit c40a189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ addons:
1616
- g++-4.8
1717
before_script:
1818
- "export DISPLAY=:99.0"
19-
- "mkdir -p tests/config && echo $PROJECT_CONFIG > tests/config/project.json"
19+
- "mkdir -p tests/config && echo \"$PROJECT_CONFIG\" > tests/config/project.json"
2020
script:
2121
- xvfb-run npm test
22-

0 commit comments

Comments
 (0)