Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Add PHP7.0 to travis config. Remove version from composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnatannvmd committed Jul 27, 2016
1 parent a624267 commit e5b0861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ language: php

php:
- 5.6
# - 5.5
- 7.0

env:
DOCKER_COMPOSE_VERSION: 1.4.2
Expand All @@ -22,8 +22,8 @@ before_install:
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" https://johnatan.ru:5000
# Up all the services with ignore output
- docker-compose up </dev/null &>/dev/null &
- if [[ "$TRAVIS_PHP_VERSION" = "5.5" ]]; then pecl install mailparse-2.1.6 ; fi
- if [[ "$TRAVIS_PHP_VERSION" = "5.6" ]]; then pecl install mailparse-2.1.6 ; fi
- if [[ "$TRAVIS_PHP_VERSION" = "7.0" ]]; then pecl install mailparse ; fi
- phpenv config-add travis-php-config.ini
- composer self-update
- composer install --prefer-source
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -13,7 +13,6 @@
"mailtrap"
],
"license": "MIT",
"version": "1.2",
"authors": [
{
"name": "Evgeniy Tetenchuk",
Expand Down

0 comments on commit e5b0861

Please sign in to comment.