Skip to content
Snippets Groups Projects
Unverified Commit 6627e406 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #10251 from jcarrano/travis-use-riotdocker

travis.yml: use the same image as Murdock.
parents eaabd47d 8808096e
No related branches found
No related tags found
No related merge requests found
dist: trusty
sudo: required
language: minimal
services:
- docker
before_install:
- sudo apt-get install coreutils realpath doxygen graphviz python-lesscpy cppcheck coccinelle pcregrep python3-pip
- sudo pip3 install flake8
- docker pull riot/riotbuild
script:
- make static-test
- docker run -a STDIN -a STDOUT -a STDERR --rm -u "$(id -u)"
-v "${PWD}:/data/riotbuild" -v /etc/localtime:/etc/localtime:ro
riot/riotbuild make static-test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment