Skip to content

Commit fcd1cd2

Browse files
committed
fix ci: Homebrew must be run under Ruby 2.3! You're running 2.0.0. (RuntimeError)
1 parent 349c26a commit fcd1cd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ os:
66
- linux
77
- osx
88

9+
before_install:
10+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
11+
912
install:
1013
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y clang golang; fi
1114
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX="g++-4.9" CC="gcc-4.9" GOROOT="/usr/lib/go" GOPATH=$HOME/gocode PATH=$PATH:$GOPATH/bin; fi

0 commit comments

Comments
 (0)