Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from the-maldridge/modularize
Browse files Browse the repository at this point in the history
Generally improve the development experience
  • Loading branch information
MiLk authored Nov 16, 2019
2 parents 21ad4a3 + d14f6b8 commit 69dc8be
Show file tree
Hide file tree
Showing 24 changed files with 1,004 additions and 853 deletions.
25 changes: 13 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
language: go

go:
- 1.10.x
- tip
services:
- docker
before_install:
- "1.12.x"
- "1.13.x"
- "1.x"

install:
- pushd docker && docker build -t nsscache-go:latest . && popd
- go get github.com/mattn/goveralls
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
script:
- go mod vendor

after_success:
- $GOPATH/bin/goveralls -service=travis-ci
branches:
only:
- master
- develop

env:
- GO111MODULE=on
Loading

0 comments on commit 69dc8be

Please sign in to comment.