From: Daniel Carl Date: Wed, 27 Jun 2018 22:43:25 +0000 (+0200) Subject: Show compile options only once in travis-ci. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=b8be845065e03de50c341cb0887d1cd3e2e28c1c;p=vimb.git Show compile options only once in travis-ci. --- diff --git a/.travis.yml b/.travis.yml index e3d78a5..480ed6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ before_install: - sudo apt-get update -q - sudo apt-get install -y --allow-unauthenticated --no-install-suggests libwebkit2gtk-4.0-dev -script: make V=1 test +script: make options && make -j test