Skip to content

Commit b0efa36

Browse files
committed
Remove custom ethernet installation script
1 parent c9bcc7b commit b0efa36

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

Diff for: .travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ script:
2929
- bundle exec arduino_ci.rb
3030
- cd ../NetworkLib
3131
- bundle install
32-
- cd scripts
33-
- bash -x ./install.sh
34-
- cd ..
3532
- bundle exec arduino_ci.rb

Diff for: SampleProjects/NetworkLib/scripts/install.sh

-8
This file was deleted.

Diff for: appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@ test_script:
2727
- bundle exec arduino_ci.rb
2828
- cd ../NetworkLib
2929
- bundle install
30-
- cd scripts
31-
- install.sh
32-
- cd ..
3330
- bundle exec arduino_ci.rb

0 commit comments

Comments
 (0)