Skip to content

Commit 85941b4

Browse files
author
Chen Fei
committed
Create .travis.yml
1 parent e03838c commit 85941b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: go
2+
go: 1.6
3+
before_install:
4+
- go get github.com/tools/godep
5+
script:
6+
- source dev.sh
7+
- make

0 commit comments

Comments
 (0)