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:
authorbep <bjorn.erik.pedersen@gmail.com>2015-06-07 00:56:28 +0300
committerbep <bjorn.erik.pedersen@gmail.com>2015-06-07 00:56:23 +0300
commitbee46915d0abe1b8564392592963a120b09932b5 (patch)
tree93da2969acb589eedd71fec999325eb230f6b798 /.travis.yml
parent51cabe6fafe5b18ce27962b7ec469f69fd5e2229 (diff)
Temp remove tip from Travis
There is one failing test there. It runs fine for me on tip locally (Linux). Will reinsert this once tip gets into stable mode.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 804ce39fa..ccb94610e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: go
go:
- 1.3
- 1.4.2
- - tip
script:
- go test ./...
- go build