1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix make command

This commit is contained in:
Shlomi Fish 2016-02-14 13:31:58 +02:00
parent bd46cee338
commit 53e0671ca4

View file

@ -6,4 +6,4 @@ before_install:
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
install:
- sudo cpanm Test::TrailingSpace
script: "gmake test"
script: "make test"