From c228eb3184a3a2d2f59f2119af8c7b9ee5b49316 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 11 Mar 2016 01:21:36 -0500 Subject: [PATCH] Upgrade Beego to v1.6.1 --- .gopmfile | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gopmfile b/.gopmfile index 58024ba72..c09fd28a5 100644 --- a/.gopmfile +++ b/.gopmfile @@ -2,7 +2,7 @@ path = github.com/deluan/gosonic [deps] -github.com/astaxie/beego = commit:92d0b9a +github.com/astaxie/beego = commit:1aeb3d9 github.com/deluan/itl = commit:35d15a3 github.com/siddontang/ledisdb = commit:713b229 github.com/smartystreets/goconvey = commit:899ed5a diff --git a/.travis.yml b/.travis.yml index 6e8f2f730..389ad5f3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - go get github.com/deluan/gomate script: - - go test ./... -v + - go test ./... notifications: email: