mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-07 02:05:00 +00:00
15 lines
258 B
YAML
15 lines
258 B
YAML
language: cpp
|
|
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- docker pull filcuc/dotherside
|
|
|
|
script:
|
|
- docker run -ti --rm -v`pwd`:/repo -w /repo filcuc/dotherside /bin/bash -c "./.travis.sh"
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash) |