From 9f943708cc5677c866d169aa2c0fbdb5a6523c8f Mon Sep 17 00:00:00 2001 From: MS Berends <31037261+msberends@users.noreply.github.com> Date: Thu, 29 Mar 2018 14:07:54 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e79c45a..ee3cf4a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,10 @@ cache: packages os: - linux - osx -sudo: true install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; fi - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y xclip; fi - - if [ $TRAVIS_OS_NAME = osx ]; then sudo brew install xclip; fi + - if [ $TRAVIS_OS_NAME = osx ]; then brew install xclip; fi # postrun after_success: @@ -25,4 +24,4 @@ notifications: - m.s.berends@umcg.nl - c.f.luz@umcg.nl on_success: change - on_failure: always + on_failure: change