Deprecate Support for Arduino IDE < 1.0.5

Note that newer versions of the IDE can still
be made to support compilation for the older boards.
This commit is contained in:
Richard Wackerbarth 2015-06-07 04:40:52 -05:00
parent 4c3ca0b5b6
commit 06ae832276
5 changed files with 3 additions and 73 deletions

View file

@ -30,8 +30,6 @@ before_script:
- cd $TRAVIS_BUILD_DIR
# ino needs files in src directory
- ln -s Marlin src
# remove Marlin.pde as it confuses ino after it finds Marlin.ino
- rm Marlin/Marlin.pde
- generate_version_header_for_marlin . Marlin/_Version.h
- cat Marlin/_Version.h
script: