Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-01-18 20:02:56 +0400
committerspf13 <steve.francia@gmail.com>2014-01-18 20:05:50 +0400
commitfa2e58fd4acdf538907b39846b6e8e6c7dee03d1 (patch)
tree5702f7472cb1819703ce5fbd66afcd531198f291 /.travis.yml
parentcb0405338568055fcfe3440ad539c5d3aebc6486 (diff)
Have travis build with latest go.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 98eb77b3b..07833296a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: go
go:
- - 1.1
-script:
+ - tip
+script:
- go test ./...
- go build
- ./hugo -s docs/