mirror of
https://github.com/status-im/status-console-client.git
synced 2025-02-25 09:05:29 +00:00
20 lines
255 B
YAML
20 lines
255 B
YAML
|
os:
|
||
|
- linux
|
||
|
- osx
|
||
|
|
||
|
language: go
|
||
|
sudo: false
|
||
|
|
||
|
go:
|
||
|
- 1.9.x
|
||
|
|
||
|
install:
|
||
|
- make deps
|
||
|
|
||
|
script:
|
||
|
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
|
||
|
|
||
|
cache:
|
||
|
directories:
|
||
|
- $GOPATH/src/gx
|