Merge pull request #2 from timothyhinrichs/master

Added Travis CI file
This commit is contained in:
Tim Hinrichs
2015-12-28 15:05:53 -08:00
3 changed files with 10 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
language: go
+8
View File
@@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}
-5
View File
@@ -1,5 +0,0 @@
package main
func main() {
}