mirror of https://github.com/statping/statping
parent
7da863c58b
commit
5502179144
|
@ -60,7 +60,7 @@ branches:
|
||||||
before_install:
|
before_install:
|
||||||
- curl -L -s https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 -o $GOPATH/bin/dep
|
- curl -L -s https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 -o $GOPATH/bin/dep
|
||||||
- chmod +x $GOPATH/bin/dep
|
- chmod +x $GOPATH/bin/dep
|
||||||
- gem install sass
|
- npm install -g sass
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- make dev-deps
|
- make dev-deps
|
||||||
|
|
Loading…
Reference in New Issue