From: iceman1001 Date: Fri, 8 Jan 2016 21:18:15 +0000 (+0100) Subject: CHG: added the make command X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/6c676179226daa6c97c13a179f18406ba30c85c8 CHG: added the make command --- diff --git a/.travis.yml b/.travis.yml index fe511ea4..08cc83fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ language: c #install: compiler: gcc +script: make clean && make all \ No newline at end of file