Skip to content

Commit d7aac86

Browse files
committed
travis config
1 parent a9991d6 commit d7aac86

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

.travis.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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/

Symfony/.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)