Skip to content

Commit a4d4c9a

Browse files
committed
Merge pull request #25 from BernardoSilva/add-new-travis-infrastructure
Start using new Travis container-based infrastructure.
2 parents 7373882 + 5cac31b commit a4d4c9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ before_script:
1313
script:
1414
- vendor/bin/phpunit
1515
- vendor/bin/phpcs --standard=PSR2 ./src/
16+
17+
# Use Travis' new container-based infrastructure.
18+
# See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
19+
sudo: false

0 commit comments

Comments
 (0)