From: iceman1001 Date: Thu, 18 Feb 2016 18:04:15 +0000 (+0100) Subject: CHG: testing my travis-ci configuration X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/0608673a3f159a4e902d9310bbf6e1379702d77e CHG: testing my travis-ci configuration --- diff --git a/.travis.yml b/.travis.yml index 8ff92fdf..ad86e840 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,6 @@ before_script: - sudo apt-get install -y gcc-arm-none-eabi - git fetch --all - #make command -script: "make all UBUNTU_1404_QT4=1" \ No newline at end of file +#make command +#script: "make all UBUNTU_1404_QT4=1" +script: "make all" \ No newline at end of file