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:
commit
5d2ee48080
7
.travis.yml
Normal file
7
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user