From: iceman1001 Date: Sat, 9 Jan 2016 16:13:54 +0000 (+0100) Subject: ADD: Travis now builds automatically. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/88a2610af579e01e46abd05423827f5cdfe68a1c ADD: Travis now builds automatically. --- diff --git a/.travis.yml b/.travis.yml index 6bbc62fc..bb260aac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ before_script: - sudo apt-get install -y gcc-arm-none-eabi #make command -script: make clean && make all UBUNTU_1404_QT4=1 \ No newline at end of file +script: "make clean && make all UBUNTU_1404_QT4=1" \ No newline at end of file