Commit d2290e3f authored by mdj33's avatar mdj33 Committed by 33cn

Update .travis.yml

parent 3c604228
language: go language: go
sudo: false sudo: false
notifications: notifications:
email: false email: false
jobs: jobs:
include: include:
- stage: test - stage: test
go_import_path: github.com/33cn/chain33 go_import_path: github.com/mdj33/plugin
install: skip install: skip
os: linux os: linux
go: go:
- "1.9" - "1.9"
- master - master
script: script:
- make checkgofmt
- make fmt
- make linter
- make test - 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