mirror of
https://github.com/status-im/status-console-client.git
synced 2025-02-23 16:18:23 +00:00
add Travis CI integration (#4)
This commit is contained in:
parent
e7caa232b3
commit
4380b59995
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
notifications:
|
||||
email: false
|
||||
language: go
|
||||
go:
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
sudo: false
|
||||
jobs:
|
||||
include:
|
||||
- stage: Lint
|
||||
before_script: make install-dev
|
||||
script:
|
||||
- make lint
|
||||
- stage: Test
|
||||
script:
|
||||
- make test-race
|
Loading…
x
Reference in New Issue
Block a user