Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 5e13143

Browse files
author
Stefano Kowalke
committed
[TASK] Migrate to container-based infrastructure on Travis-CI
Closes #112
1 parent 58029f8 commit 5e13143

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: php
23
php:
34
- 5.3
@@ -12,6 +13,14 @@ services:
1213
- memcached
1314
- redis-server
1415

16+
addons:
17+
apt:
18+
packages:
19+
# Get latest git version cause of travis issues (https://github.com/travis-ci/travis-ci/issues/1710)
20+
- git
21+
- parallel
22+
- tree
23+
1524
notifications:
1625
email:
1726
@@ -20,8 +29,6 @@ notifications:
2029
- typo3:DHkQdCNWc6x2znPAYA5T2LXO#gsoc-coreapi
2130

2231
before_script:
23-
# Get latest git version cause of travis issues (https://github.com/travis-ci/travis-ci/issues/1710)
24-
- sudo apt-get update && sudo apt-get install git parallel tree
2532
- >
2633
if [[ "$TRAVIS_PHP_VERSION" = "5.3" || "$TRAVIS_PHP_VERSION" = "5.4" ]]; then
2734
echo "extension = apc.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;

0 commit comments

Comments
 (0)