]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: End Investigation on plug fault on Osx
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 8 Jun 2019 15:11:07 +0000 (17:11 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 8 Jun 2019 15:11:07 +0000 (17:11 +0200)
.travis.yml

index 0f148e40cc849048601ce8745d25a58c4d846654..37a1e0e6e2d50211f00d167657275583fbc4db33 100644 (file)
@@ -66,12 +66,6 @@ script:
       make.exe && make.exe test;
     }
     fi;
-  - if [ $(uname) = "Darwin" ];
-    then cd tests/import;
-    brew install valgrind;
-    NAME=static_string make;
-    valgrind ../../gwion -p. static_string.gw;
-    fi;
 
 git:
   submodules: false