compile with go1.8

This commit is contained in:
Matej Kramny 2017-02-22 03:52:50 -08:00
parent 002b7209b7
commit 6b26502cf5
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ machine:
dependencies:
pre:
- sudo rm -rf /usr/local/go
- sudo curl -L https://storage.googleapis.com/golang/go1.7.4.linux-amd64.tar.gz > /tmp/go.tar.gz
- sudo curl -L https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz > /tmp/go.tar.gz
- sudo tar -C /usr/local -xzf /tmp/go.tar.gz
- git submodule update --init --recursive
- npm i -g less pug-cli

View File

@ -28,7 +28,7 @@ EOF
cd public
lessc css/semaphore.less > css/semaphore.css
pug html/*.jade html/*/*.jade html/*/*/*.jade &
pug html/*.pug html/*/*.pug html/*/*/*.pug
cd -
fi