From b293b6eaa6b305bbac2147f76d5722607e8aa04b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 1 Feb 2015 12:41:03 -0500 Subject: cmd: CMD option for port number of `gogs web` to prevent first time run conflict - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b060c693..ae853369 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,11 @@ language: go go: - 1.2 - 1.3 + - 1.4 + - tip sudo: false + +notifications: + email: + - u@gogs.io \ No newline at end of file -- cgit v1.2.3