forked from complotti/dataEconomy
10 lines
108 B
YAML
10 lines
108 B
YAML
|
language: go
|
||
|
|
||
|
before_install:
|
||
|
mkdir slides
|
||
|
|
||
|
install:
|
||
|
go get github.com/franela/goblin
|
||
|
|
||
|
go get .
|