summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-05 12:13:44 -0500
committerPietro Gagliardi <[email protected]>2014-03-05 12:13:44 -0500
commited52f0a3617fb4d8b234d280d8cde35af1933191 (patch)
tree6cfa5000546905f47da16a93940f3b1b21dd2190
parent9886dc2c165eb879e05c04c8072a513e17b30362 (diff)
Travis.ci isn't actually building the package because there's no test files; fix that.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a48d79f..fdc24f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,3 +25,6 @@ before_install:
- GOOS=windows GOARCH=386 go install std
- GOOS=windows GOARCH=amd64 go tool dist install pkg/runtime
- GOOS=windows GOARCH=amd64 go install std
+
+install:
+ - go install ./...