Commit graph

7 commits

Author SHA1 Message Date
Alissa Huskey
805ac2d207 Fix missing path in bootstrap.sh breaking CI
Add DEPENDENCIES_FOLDER path to ARDUINO_FILE missing in subshell. Also
add additional debug output viewable in CI log.
2019-11-13 01:01:39 -07:00
Alissa Huskey
54935bd75a Fix failing CI
Build is failing because pyserial 3.0.1 is already installed and can't
be uninstalled. Instead, add --ignore-installed flag to pip command so
that pyserial 2.7 will be installed without the need to uninstall 3.0.1.
2019-11-13 00:45:41 -07:00
Alissa Huskey
3a9ef8dc83 Fix download IDE url in test & add error handling 2019-11-12 20:56:48 -07:00
Sudar Muthu
6ac297ded9 Don't upgrade setuptools while bootstrap travis environment
For some reason the command `pip install --upgrade setuptools` fails in
the new travis build infrastructure.

You can see the full error log in #404

Fix #404
2016-02-09 15:53:26 +05:30
Simon John
893adf7f98 Arduino changed the download link again, this time it uses a script,
curl handles it ok luckily.
2014-11-08 02:51:39 +00:00
Simon John
5c50797471 Update Travis-CI scripts to test against Arduino v1.0.6 2014-09-22 22:50:27 +01:00
Christopher Peplin
663626f06d Move scripts inside tests directory.
Fixed https://github.com/sudar/Arduino-Makefile/issues/260
2014-09-20 16:26:39 -04:00