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 45835f5 commit 688ca00Copy full SHA for 688ca00
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.6beta2.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.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