We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03838c commit 85941b4Copy full SHA for 85941b4
.travis.yml
@@ -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