Skip to content

Commit 58bbd2d

Browse files
committed
Grab external repositories.
1 parent 9f4029c commit 58bbd2d

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.travis.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ services:
55
- redis-server
66
install:
77
- 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/
912
- 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
1813
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/...
2216

2317
# Ensure the new-app flow works (plus the other commands).
2418
- revel new my/testapp

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy