]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: begin cleaning travis
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 16 Mar 2019 13:44:57 +0000 (14:44 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 16 Mar 2019 13:44:57 +0000 (14:44 +0100)
.travis.yml

index 8e864bc59ddb938ae4f14d8edc2a65e11e0a089d..a6fa09f9dcd78ea6c9eaf165e28ecbf72b5c6560 100644 (file)
@@ -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: