Merge pull request #635 from mikebrow/travis-golang-fix

fix travis golang issue
This commit is contained in:
Lantao Liu 2018-03-02 17:51:25 -08:00 committed by GitHub
commit f8fa536ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,14 +31,14 @@ before_script:
jobs: jobs:
include: include:
- stage: Build - stage: Build
- script: script:
- make install.tools - make install.tools
- make .gitvalidation - make .gitvalidation
- make binaries - make binaries
- make containerd - make containerd
go: "1.10" go: "1.10"
- stage: Test - stage: Test
- script: script:
- make install.deps - make install.deps
- make test - make test
- make test-integration - make test-integration