Skip to content

Commit

Permalink
Unlink if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Dec 21, 2016
1 parent 0c006a6 commit 3a99f13
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ language: cpp
os:
- osx

matrix:
include:
# start the first coverage early so that it starts before everything else
- env: BOTTLE_PACKAGE="gtk+3"
- env: BOTTLE_PACKAGE="clutter-gtk"
env:
- BOTTLE_PACKAGE="gtk+3"
- BOTTLE_PACKAGE="clutter-gtk"

compiler:
- clang
Expand All @@ -26,7 +24,7 @@ before_install:

install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- brew unlink $BOTTLE_PACKAGE
- brew unlink $BOTTLE_PACKAGE || true

script:
- travis_wait 45 brew install --build-bottle $BOTTLE_PACKAGE
Expand Down

0 comments on commit 3a99f13

Please sign in to comment.