File tree Expand file tree Collapse file tree 2 files changed +33
-10
lines changed Expand file tree Collapse file tree 2 files changed +33
-10
lines changed Original file line number Diff line number Diff line change
1
+ language : php
2
+ php :
3
+ - 5.5
4
+ - 5.4
5
+
6
+ before_install :
7
+ - sudo apt-get update
8
+ - sudo apt-get install phpunit
9
+ - sudo pear upgrade pear
10
+ - sudo pear channel-discover pear.phpunit.de
11
+ - sudo pear channel-discover components.ez.no
12
+ - sudo pear channel-discover pear.symfony-project.com
13
+ - sudo pear channel-discover pear.symfony.com
14
+ - sudo pear install --alldeps phpunit/PHPunit
15
+
16
+ before_script :
17
+ - cd Symfony
18
+ - cp app/config/parameters.yml.dist app/config/parameters.yml
19
+ - composer install
20
+ - sudo apt-get install -y unzip
21
+ - sudo mkdir /opt/codebender
22
+ - wget https://github.com/codebendercc/arduino-core-files/archive/master.zip
23
+ - unzip master.zip
24
+ - sudo cp -r arduino-core-files-master /opt/codebender/codebender-arduino-core-files
25
+ - rm master.zip
26
+ - wget https://github.com/codebendercc/external_cores/archive/master.zip
27
+ - unzip master.zip
28
+ - sudo cp -r external_cores-master /opt/codebender/external-core-files
29
+
30
+
31
+
32
+
33
+ script : phpunit -c app/
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments