mirror of https://github.com/ARMmbed/mbed-os.git
Adding config tests to travis script
parent
35be1051b8
commit
f340a6de0d
|
@ -1,7 +1,9 @@
|
|||
python:
|
||||
- "2.7"
|
||||
|
||||
script: "python tools/build_travis.py"
|
||||
script:
|
||||
- PYTHONPATH=. python tools/test/config_test/config_test.py
|
||||
- python tools/build_travis.py
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
|
||||
- sudo apt-get update -qq
|
||||
|
|
Loading…
Reference in New Issue