Skip to content

Commit 17d3d0f

Browse files
committed
remove more stuff / update CI
1 parent 322a8e0 commit 17d3d0f

File tree

4 files changed

+4
-174
lines changed

4 files changed

+4
-174
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
language: go
22

3-
env:
4-
- DEP_VERSION="0.5.3"
3+
go:
4+
- 1.15.x
55

6-
before_install:
7-
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
8-
- chmod +x $GOPATH/bin/dep
9-
10-
install:
11-
- dep ensure
6+
script:
7+
- make test

Gopkg.lock

Lines changed: 0 additions & 142 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,4 @@ Before diving in, [check our issue tracker](https://github.com/Betterment/testtr
9797

9898
* Set up your workspace according to [go standards](https://golang.org/doc/code.html#Organization).
9999
* For macOS and homebrew users, run `brew bundle` to install `go` itself.
100-
* Run `dep ensure` to install go dependencies.
101100
* Build and run the CLI using `go run testtrack/main.go`.

0 commit comments

Comments
 (0)