Skip to content

Commit 4f52bef

Browse files
committed
Update Travis config
1 parent 28fb2d4 commit 4f52bef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: go
22

33
go:
44
- 1.1
5+
- 1.2
56
- tip
67

78
services:
@@ -11,7 +12,9 @@ install:
1112
- export GOPATH=$HOME/gopath
1213
- export PATH=$PATH:$GOPATH/bin
1314
- go get -v github.com/codeb2cc/gomemcache/memcache
14-
- go get -v github.com/robfig/revel/revel
15+
- go get -v github.com/revel/revel
16+
- go get -v github.com/revel/cmd/revel
1517

1618
script:
1719
- revel test github.com/codeb2cc/gmcadmin
20+

0 commit comments

Comments
 (0)