diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f1098d885..138a9c9f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,12 +29,12 @@ jobs: - make lint go: 1.9.x - script: - - make localunit + - make testunit - make go: 1.8.x - stage: Build and Verify script: - - make localunit + - make testunit - make go: 1.9.x - stage: Integration Test |