Skip to content

Commit

Permalink
tests/travis: use container-based infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Jul 16, 2015
1 parent b01a75a commit 33dc680
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ after_failure:

before_script:
# Install Nette Tester
- composer install --no-interaction --prefer-source $dependencies
- composer install --no-interaction --prefer-dist $dependencies

# Create php.ini & sections.ini
- cp ./tests/config.sample.neon ./tests/config.neon
Expand All @@ -44,3 +44,9 @@ before_script:
after_script:
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then composer require satooshi/php-coveralls; fi
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then php vendor/bin/coveralls -c tests/.coveralls.yml -v; fi

sudo: false

cache:
directories:
- $HOME/.composer/cache

0 comments on commit 33dc680

Please sign in to comment.