Travis
This commit is contained in:
parent
8e161e8054
commit
a751a0fd65
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
language: go
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
mkdir slides
|
||||||
|
|
||||||
|
install:
|
||||||
|
go get github.com/franela/goblin
|
||||||
|
|
||||||
|
go get .
|
Loading…
Reference in a new issue