From e92f998223b72d585eca962315b7086d31ed96c9 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 21 Sep 2017 20:03:14 +0200 Subject: [PATCH] Fix compatibility of build with latest Travis upgrade --- .travis.yml | 1 + travis.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67229af4f37..54033f0d882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ notifications: on_start: always addons: + firefox: "46.0.1" apt: packages: # upgrade java 8 as the default version 1.8.0_31 prevents from compile sources diff --git a/travis.sh b/travis.sh index 12612d854f1..36d9aed4071 100755 --- a/travis.sh +++ b/travis.sh @@ -3,7 +3,7 @@ set -euo pipefail function configureTravis { - mkdir ~/.local + mkdir -p ~/.local curl -sSL https://github.com/SonarSource/travis-utils/tarball/v31 | tar zx --strip-components 1 -C ~/.local source ~/.local/bin/install } -- 2.39.5