Skip to content

Commit

Permalink
Trying to fix CI builds on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jobegrabber committed Jul 30, 2016
1 parent 40b71e0 commit 100d514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install libgtk-3-dev ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install gtk+3 ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ulimit -n 8192 ; fi

install:
- rakudobrew build panda
Expand Down

0 comments on commit 100d514

Please sign in to comment.