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