From f70c403d3f15b00f0e01992bf6efe217f00ec77d Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 6 Jul 2020 16:48:07 +0200 Subject: [PATCH] Travis fix missing path --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ad9e03cd..65567af4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ before_install: # - sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT - curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh + - export PATH=$PATH:$PWD/bin # check every board in matrix and install 3rd party definitions - |