Skip to content

Navigation Menu

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 231c3ae

Browse filesBrowse files
committed
Run individual units
1 parent 58bbd2d commit 231c3ae
Copy full SHA for 231c3ae

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ install:
1111
- git clone git://github.com/revel/samples ../samples/
1212
- go get -v github.com/revel/cmd/revel
1313
script:
14-
- go test github.com/revel/revel/...
15-
- go test github.com/revel/cmd/...
14+
- go test github.com/revel/revel
15+
- go test github.com/revel/revel/cache
16+
- go test github.com/revel/cmd/harness
1617

1718
# Ensure the new-app flow works (plus the other commands).
1819
- 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.