From 74d3f41bca77b40f3ad2f095368c3b4e333853ed Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 15 Jan 2016 16:32:38 +0100 Subject: [PATCH] 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 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2