From: iceman1001 Date: Fri, 15 Jan 2016 15:32:38 +0000 (+0100) Subject: CHG: lets see if I can get the perl script to work if I request "git fetch --all... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/74d3f41bca77b40f3ad2f095368c3b4e333853ed CHG: lets see if I can get the perl script to work if I request "git fetch --all" before running the make command in Travis-CI --- diff --git a/.travis.yml b/.travis.yml index bb260aac..8ff92fdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ before_script: - sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted' - sudo apt-get update -qq - sudo apt-get install -y gcc-arm-none-eabi + - git fetch --all #make command -script: "make clean && make all UBUNTU_1404_QT4=1" \ No newline at end of file +script: "make all UBUNTU_1404_QT4=1" \ No newline at end of file