Skip to content

Commit 303f39a

Browse files
authored
Merge pull request #1981 from bridadan/travis-config-tests
Adding config tests to travis script
2 parents d3a6ac3 + f340a6d commit 303f39a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
python:
22
- "2.7"
33

4-
script: "python tools/build_travis.py"
4+
script:
5+
- PYTHONPATH=. python tools/test/config_test/config_test.py
6+
- python tools/build_travis.py
57
before_install:
68
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
79
- sudo apt-get update -qq

0 commit comments

Comments
 (0)