Rm upgrading go

This commit is contained in:
Alex Dadgar
2017-10-19 10:05:35 -07:00
parent 015fe02116
commit 089312ddd4
2 changed files with 0 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ cache:
- ui/node_modules
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo bash ./scripts/travis-mac.sh ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo bash ./scripts/travis-mac-priv.sh ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo bash ./scripts/travis-linux.sh ; fi

View File

@@ -1,3 +0,0 @@
#!/usr/bin/env bash
brew upgrade golang