Skip to content

Commit

Permalink
Update phpunit to 7.5.1 and remove osx build from travis (#335)
Browse files Browse the repository at this point in the history
* Update phpunit to 7.5.1

* Remove osx build from travis
  • Loading branch information
akondas authored Dec 18, 2018
1 parent 1934d8a commit cc8e1b3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 58 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,11 @@ matrix:
- os: linux
php: '7.3'

- os: osx
osx_image: xcode7.3
language: generic
env:
- _OSX=10.11

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

before_install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash bin/prepare_osx_env.sh ; fi
- if [[ $DISABLE_XDEBUG == "true" ]]; then phpenv config-rm xdebug.ini; fi

install:
Expand Down
11 changes: 0 additions & 11 deletions bin/prepare_osx_env.sh

This file was deleted.

80 changes: 40 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc8e1b3

Please sign in to comment.