...

Text file src/github.com/ory/go-acc/.travis.yml

Documentation: github.com/ory/go-acc

     1language: go
     2
     3go_import_path: github.com/ory/go-acc
     4
     5go:
     6  - 1.8
     7
     8env:
     9  - GO15VENDOREXPERIMENT=1
    10
    11install:
    12   - go get ./...
    13
    14script:
    15  - go install .
    16  - go-acc github.com/ory/go-acc
    17  - go-acc github.com/ory/go-acc/...
    18  - go-acc $(go list github.com/ory/go-acc/...)

View as plain text