commit | 1370548f79fedcae34f1959f1948b897e4a2ab9f | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Mon May 21 11:59:28 2018 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jun 22 10:18:28 2018 +0100 |
tree | b2b307babd0f00db81103b7036280c9a2a2cfc27 | |
parent | f8277f9cdb6bf8955423619745d58c0979493f01 [diff] |
Add check-files.py to travis.yml
diff --git a/.travis.yml b/.travis.yml index f30a4e3..91a36c9 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -9,6 +9,7 @@ - tests/scripts/check-generated-files.sh - tests/scripts/check-doxy-blocks.pl - tests/scripts/check-names.sh +- tests/scripts/check-files.py - cmake -D CMAKE_BUILD_TYPE:String="Check" . - make - make test