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

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