From 364ca8882accb737adc6740275b4fa1d7931dfb4 Mon Sep 17 00:00:00 2001 From: Guilherme Lawless Date: Sat, 19 Oct 2019 17:40:24 +0100 Subject: [PATCH] Update travis beta-osx stage with cached qt (#2358) Follows https://github.com/nanocurrency/nano-node/pull/2344 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d73b0ae..5fd79872 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,7 +170,7 @@ jobs: - brew cask install xquartz; - brew upgrade cmake; - brew install rocksdb; - - util/build_prep/build_qt.sh + - util/build_prep/macosx/build_qt.sh install: - pip install --user awscli - brew install ccache;