forked from FriendsOfSymfony/FOSJsRoutingBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
38 lines (30 loc) · 645 Bytes
/
.travis.yml
File metadata and controls
38 lines (30 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
cache:
directories:
- $HOME/.composer/cache/files
matrix:
include:
- php: 5.6
env: SYMFONY_VERSION='2.3.*'
- php: 5.6
env: SYMFONY_VERSION='2.8.*@dev'
- php: 5.6
env: SYMFONY_VERSION='3.0.*@dev'
sudo: false
cache:
directory:
- $HOME/.composer/cache
before_install:
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
install:
- composer install
script:
- phpunit --coverage-text
- phantomjs Resources/js/run_jsunit.js Resources/js/router_test.html