From 91bf8499910d9e008cb3bfee9569bfbf4b8a7313 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 16 Mar 2019 14:44:57 +0100 Subject: [PATCH] :wrench: begin cleaning travis --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e864bc5..a6fa09f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,11 +54,7 @@ install: before_script: - git submodule update --init util ast; - - if [ $(uname) = "Darwin" ]; - then brew update; - export SEVERITY=1; - export CFLAGS="$CFLAGS -march=x86-64"; - fi; + - if [ $(uname) = "Darwin" ]; export SEVERITY=1; fi; - mkdir -p "$GWION_ADD_DIR" "$GWION_TEST_DIR" script: -- 2.43.0