Commit 3c604228 authored by mdj33's avatar mdj33 Committed by 33cn

Update .travis.yml

parent 932f34c2
language: go language: go
go: sudo: false
- "1.9" notifications:
- master email: false
jobs:
include:
- stage: test
go_import_path: github.com/33cn/chain33
install: skip
os: linux
go:
- "1.9"
- master
script:
- make checkgofmt
- make fmt
- make linter
- make test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment