Merge pull request #133 from google/u/aren55555/remove-scripts-dir

Remove the script dir, the readme documents a way to run the example …
This commit is contained in:
Sam Woodard 2018-03-12 18:38:58 -07:00 committed by GitHub
commit 2dcc18f436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 9 deletions

View File

@ -4,4 +4,4 @@ go:
- 1.9.x
- 1.10.x
- tip
script: script/test -v
script: go test ./... -v

View File

@ -1,4 +0,0 @@
#!/bin/bash
set -e
go run examples/app.go examples/handler.go examples/fixtures.go examples/models.go

View File

@ -1,4 +0,0 @@
#!/bin/bash
set -e
go test ./... "$@"