From 3f61c9cb56f5b389cce766f18c9193032ee70a82 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 29 May 2020 21:35:32 +0200 Subject: [PATCH] Travis typo ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 92484906..a534c1d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ jobs: script: - set -e - if [ $(make n-docs-diff) -ne 0 ]; then make docs; fi; - - if [ $(make n-other-diff) -ne 0 ]; then make make lint-build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1"; fi; + - if [ $(make n-other-diff) -ne 0 ]; then make lint-build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1"; fi; - stage: push-tx install: - pip install --upgrade pip