diff options
author | Vishnu Easwaran E | 2020-08-10 12:44:59 +0530 |
---|---|---|
committer | GitHub | 2020-08-10 12:44:59 +0530 |
commit | c76c13209edef0efe7562685ba1b3b7017221679 (patch) | |
tree | 7e531c6afdad83ad9e6781c5e0ea42e23f5c3784 /OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml | |
parent | 381c57f811249833341c0e394fb48460d4b175b1 (diff) | |
parent | c3659645dd417f5c35424f7c174597d0ffd7e926 (diff) | |
download | OpenPLC-c76c13209edef0efe7562685ba1b3b7017221679.tar.gz OpenPLC-c76c13209edef0efe7562685ba1b3b7017221679.tar.bz2 OpenPLC-c76c13209edef0efe7562685ba1b3b7017221679.zip |
Merge pull request #12 from VishnuEaswaran/vishnuDev
Updating repo structure and documentation
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 |