Skip to content

Commit 3ac674a

Browse files
committed
Merge pull request #267 from FriendsOfSymfony/new-infrastructure
use new travis docker infrastructure
2 parents 456de6f + 0bfa0c7 commit 3ac674a

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.travis.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
language: php
22

3+
sudo: false
4+
5+
cache:
6+
directories:
7+
- $HOME/.composer/cache
8+
- $HOME/.cache/pip
9+
10+
addons:
11+
apt:
12+
packages:
13+
- python-sphinx
14+
- enchant
15+
316
php:
417
- 5.4
518
- 5.5
@@ -43,12 +56,13 @@ matrix:
4356
- SYMFONY_VERSION='2.8.*@dev'
4457
- FRAMEWORK_EXTRA_VERSION='~3.0'
4558

59+
install:
60+
- pip install -qr Resources/doc/requirements.txt --user
61+
4662
before_script:
4763
- sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
4864
- sh -c 'if [ "$FRAMEWORK_EXTRA_VERSION" != "" ]; then composer require --dev --no-update sensio/framework-extra-bundle=$FRAMEWORK_EXTRA_VERSION; fi;'
4965
- composer update $COMPOSER_FLAGS
50-
- sudo apt-get install python-sphinx enchant
51-
- sudo pip install -r Resources/doc/requirements.txt
5266

5367
script:
5468
- SYMFONY_DEPRECATIONS_HELPER=weak phpunit ${PHPUNIT_FLAGS}

Resources/doc/spelling_word_list.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ yaml
1010
invalidator
1111
ETag
1212
templating
13+
lookup
14+
lookups
15+
TTL
16+
multi
17+
logout

0 commit comments

Comments
 (0)