Skip to content

Commit

Permalink
Merge pull request #23 from stmcginnis/travis
Browse files Browse the repository at this point in the history
Add basic TravisCI job to build and run unit tests
  • Loading branch information
stmcginnis committed Aug 10, 2019
2 parents 7d8071a + bf7f430 commit 476759c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: go

go:
- 1.12.x
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

PKGS := $(shell go list ./school/...)

all: build
all: build test

test:
go test -v $(PKGS)
Expand Down

0 comments on commit 476759c

Please sign in to comment.