Skip to content

Commit 859c657

Browse files
committed
add travis.yml
1 parent 748e8f4 commit 859c657

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.travis.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
8+
env:
9+
- SYMFONY_VERSION=2.1.*
10+
- SYMFONY_VERSION=2.2.*
11+
- SYMFONY_VERSION=2.3.*
12+
- SYMFONY_VERSION=2.4.*
13+
- SYMFONY_VERSION=dev-master
14+
15+
install: composer install
16+
17+
before_script:
18+
- git config --global user.email "[email protected]"
19+
- git config --global user.name "John Doe"
20+
- composer require symfony/form:${SYMFONY_VERSION}
21+
22+
script: phpunit
23+
24+
notifications:
25+
email:
26+

0 commit comments

Comments
 (0)