File tree 1 file changed +6
-12
lines changed
Filter options
1 file changed +6
-12
lines changed
Original file line number Diff line number Diff line change @@ -5,20 +5,14 @@ services:
5
5
- redis-server
6
6
install :
7
7
- export PATH=$PATH:$HOME/gopath/bin
8
- # Annoyingly, we can not use go get revel/... because references to app/routes package fail
8
+ - go get -v github.com/revel/revel/...
9
+ - git clone -b develop git://github.com/revel/modules ../modules/
10
+ - git clone -b develop git://github.com/revel/cmd ../cmd/
11
+ - git clone git://github.com/revel/samples ../samples/
9
12
- go get -v github.com/revel/cmd/revel
10
- - go get -v github.com/revel/revel/cache
11
- - go get -v github.com/revel/cmd/harness
12
- - go get -v github.com/coopernurse/gorp
13
- - go get -v code.google.com/p/go.crypto/bcrypt
14
- - go get -v github.com/mattn/go-sqlite3
15
- - go get -v github.com/robfig/cron
16
- - go get -v code.google.com/p/goauth2/oauth
17
- - go get -v github.com/mrjones/oauth
18
13
script :
19
- - go test github.com/revel/revel
20
- - go test github.com/revel/revel/cache
21
- - go test github.com/revel/cmd/harness
14
+ - go test github.com/revel/revel/...
15
+ - go test github.com/revel/cmd/...
22
16
23
17
# Ensure the new-app flow works (plus the other commands).
24
18
- revel new my/testapp
You can’t perform that action at this time.
0 commit comments