aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2018-08-01 01:16:06 +0100
committerNiall Sheridan <nsheridan@gmail.com>2018-08-01 01:51:36 +0100
commit8ab6dc3212b43c114353a578e32e3bc07bb8516b (patch)
tree2646293b4dcf7873d94d6eeecb6800665e618513 /.travis.yml
parente2b4c3882762406fd3da16f5865cfc3e36e048b5 (diff)
Switch to a Makefile
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b91eaa3..441d850 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ matrix:
- go: tip
before_install:
- - go get -v github.com/golang/lint/golint
+ - make dep
install:
- go version
@@ -25,4 +25,4 @@ before_script:
sudo: false
script:
- - ./run_tests.sh
+ - make test \ No newline at end of file