We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349c26a commit fcd1cd2Copy full SHA for fcd1cd2
.travis.yml
@@ -6,6 +6,9 @@ os:
6
- linux
7
- osx
8
9
+before_install:
10
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
11
+
12
install:
13
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y clang golang; fi
14
- 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