1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #8020 from aabadie/pr/travis_static_tests

travis: enable static test in travis CI
This commit is contained in:
Martine Lenders 2017-11-16 12:22:05 +01:00 committed by GitHub
commit 5d2ee48080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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