Loading .travis.yml +5 −0 Original line number Diff line number Diff line Loading @@ -3,11 +3,16 @@ sudo: required language: c cache: ccache git: submodules: false before_install: - if [ -n "$COVERALLS" ]; then pip install --user cpp-coveralls; fi; - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then git submodule update --init --recursive; fi; addons: apt: Loading Loading
.travis.yml +5 −0 Original line number Diff line number Diff line Loading @@ -3,11 +3,16 @@ sudo: required language: c cache: ccache git: submodules: false before_install: - if [ -n "$COVERALLS" ]; then pip install --user cpp-coveralls; fi; - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then git submodule update --init --recursive; fi; addons: apt: Loading