]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Investigate plug fault on Osx
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 8 Jun 2019 10:02:57 +0000 (12:02 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 8 Jun 2019 10:02:57 +0000 (12:02 +0200)
.travis.yml

index ec5da9a8daf62b6204d3deef10bba11c64803ca7..cf816712597ddbb1b016e45d7469c6450016a4a6 100644 (file)
@@ -68,8 +68,9 @@ script:
     fi;
   - if [ $(uname) = "Darwin" ];
     then cd tests/import;
+    brew install valgrind 
     NAME=static_string make;
-    valgrind ../../gwion-p. static_string.gw;
+    valgrind ../../gwion -p. static_string.gw;
     fi;
 
 git: