From 38a2240b654801078585c10bc57680ba4b725232 Mon Sep 17 00:00:00 2001 From: nosamad Date: Wed, 20 Mar 2019 19:57:53 +0100 Subject: [PATCH] moves build to before_script travis life-cycle --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05c217d..6d9f8c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ env: matrix: - MARCH=amd64 - MARCH=arm32v7 -script: +before_script: - make MARCH=$MARCH +script: - make check MARCH=$MARCH