Skip to content

Commit

Permalink
Fix multi-line text travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jun 10, 2019
1 parent fc591d0 commit 2f83aa9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ before_script:
- git submodule update --init
- |
if [ "$CI_BUILD" = "autotools" ]; then
autoreconf -i
./configure --with-mruby PKG_CONFIG_PATH=$PKG_CONFIG_PATH
autoreconf -i && ./configure --with-mruby PKG_CONFIG_PATH=$PKG_CONFIG_PATH
fi
- |
if [ "$CI_BUILD" = "cmake" ]; then
Expand All @@ -78,8 +77,10 @@ script:
fi
- |
if [ "$CI_BUILD" = "cmake" ]; then
make
make check
make && make check
fi
- |
if [ "$CI_BUILD" = "cmake" ]; then
# Integration tests for nghttpx; autotools build erases build
# for packaging test.
cd integration-tests
Expand Down

0 comments on commit 2f83aa9

Please sign in to comment.