1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

travis: enable static test in travis CI

This commit is contained in:
Alexandre Abadie 2017-11-13 09:33:42 +01:00
parent f89ecfb531
commit a145e8174d

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
dist: trusty
before_install:
- sudo apt-get install coreutils realpath doxygen graphviz python-lesscpy cppcheck coccinelle pcregrep
script:
- make static-test