summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-07 10:14:17 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-08 08:54:32 +0000
commit04d56c9fe30235c9f99cf816fc6078fa5b2f1512 (patch)
treeb0ad568fb9d2c5df296d3eb38e3cbc6b452fd8ab /.travis.yml
parent5ac9294a79aa6fa9e91a1a05fd6b3a70b9eb8b8d (diff)
downloadpodman-04d56c9fe30235c9f99cf816fc6078fa5b2f1512.tar.gz
podman-04d56c9fe30235c9f99cf816fc6078fa5b2f1512.tar.bz2
podman-04d56c9fe30235c9f99cf816fc6078fa5b2f1512.zip
Update test-related makefile targets
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #460 Approved by: rhatdan
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 138a9c9f9..f1098d885 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,12 +29,12 @@ jobs:
- make lint
go: 1.9.x
- script:
- - make testunit
+ - make localunit
- make
go: 1.8.x
- stage: Build and Verify
script:
- - make testunit
+ - make localunit
- make
go: 1.9.x
- stage: Integration Test