Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Dec 2, 2017
1 parent d978cf9 commit 7acbda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ before_script:
- composer update --prefer-source

# Install suggested cache/array-adapter on supported versions of PHP
- composer require cache/array-adapter --ignore-platform-reqs --dev

- composer require --ignore-platform-reqs --dev cache/array-adapter
# Set memory limit to 2 MB
- if [[ $TRAVIS_PHP_VERSION != hhvm* ]]; then echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi

Expand Down

0 comments on commit 7acbda2

Please sign in to comment.