From 87292106d2c21a776449e37e073b42adb91a381f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Mon, 24 Apr 2017 12:25:51 +0200 Subject: [PATCH] Travis CI: don't install any dependencies --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33b41d0f2e..99b449ae21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,16 +6,12 @@ matrix: include: - os: linux dist: trusty - sudo: required - os: osx osx_image: xcode8.3 cache: ccache: true directories: - $HOME/.hunter -install: - - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo add-apt-repository -y ppa:ethereum/ethereum; sudo apt-get update; sudo apt-get install -y --no-install-recommends --allow-unauthenticated libjson-rpc-cpp-dev libjsoncpp-dev; fi - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install libjson-rpc-cpp jsoncpp; fi script: - cmake -DETHASHCUDA=Off -DETHSTRATUM=On -DETHASHCL=On -H. -Bbuild - cmake --build build