Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c1cc202

Browse files
committed
added script to install the lib via composer (make sure the installation through composer is ok)
1 parent 4b9b7f1 commit c1cc202

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ php:
1010

1111
before_script:
1212
- composer install
13+
- chmod 777 install.sh
1314

1415
script:
1516
- mkdir -p build/logs
1617
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml test/
18+
- sh install.sh

‎install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
composer require marabesi/arduino-php-wrapper

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /