Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58bbd2d

Browse filesBrowse files
committed
Grab external repositories.
1 parent 9f4029c commit 58bbd2d
Copy full SHA for 58bbd2d

File tree

1 file changed

+6
-12
lines changed
Filter options

1 file changed

+6
-12
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6-12Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.