Remove the script dir, the readme documents a way to run the example without using script/example.

This commit is contained in:
Aren Patel 2018-03-12 18:24:05 -07:00
parent 103c21c224
commit 8127e1640e
No known key found for this signature in database
GPG Key ID: 90489CDA50BCDE34
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 ./... "$@"