Skip to content

Commit bd68af6

Browse files
committed
Fixes syntax error
1 parent 215a31f commit bd68af6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ before_script:
99

1010
script:
1111
- >
12-
docker run j-ulrich/http-status-codes /bin/bash
12+
docker run j-ulrich/http-status-codes /bin/bash -c "
1313
g++ --version
1414
&& qmake --version
1515
&& cd tests
1616
&& mkdir _build
1717
&& cd _build
1818
&& cmake -DCMAKE_BUILD_TYPE=Release ..
1919
&& make all
20-
&& ctest --ouput-on-failure
20+
&& ctest --ouput-on-failure
21+
"

0 commit comments

Comments
 (0)