diff options
Diffstat (limited to 'OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml')
-rwxr-xr-x | OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml b/OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml new file mode 100755 index 0000000..79b6167 --- /dev/null +++ b/OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml @@ -0,0 +1,6 @@ +sudo: required +before_install: +- git clone https://github.com/KiCad/kicad-library-utils /home/travis/build/kicad-library-utils + +script: +- sudo bash /home/travis/build/kicad-library-utils/pcb/travis/check_all.sh $TRAVIS_BUILD_DIR |