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 19e100e commit 5fbc215Copy full SHA for 5fbc215
circle.yml
@@ -6,7 +6,7 @@ machine:
6
7
dependencies:
8
pre:
9
- - cd /usr/local && sudo rm -rf go && curl https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz | sudo tar -xz && sudo chmod a+w go/src/path/filepath
+ - cd /usr/local && sudo rm -rf go && curl https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz | sudo tar -xz && sudo chmod a+w go/src/path/filepath
10
post:
11
- mv ./gopherjs $HOME/bin
12
- npm install --global node-gyp
0 commit comments