1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

travis: add license checking rule

This commit is contained in:
Ludwig Ortmann 2014-06-17 10:37:47 +02:00
parent 7888222a97
commit 7eed1dacc1

View File

@ -16,10 +16,12 @@ install:
- sudo apt-get install gcc-multilib
- sudo apt-get install gcc-arm-none-eabi
- sudo apt-get install gcc-msp430
- sudo apt-get install pcregrep libpcre3
script:
- ./dist/tools/compile_test/compile_test.py
- make -C ./tests/unittests term
- ./dist/tools/licenses/check.sh master
notifications:
email: false