Skip to content

Commit

Permalink
Renamed hhvm specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 11, 2014
1 parent 85d1956 commit 1e85196
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Expand Up @@ -7,8 +7,8 @@
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpspec.yml export-ignore
/phpspec.yml.hhvm export-ignore
/composer.json.hhvm export-ignore
/phpspec.hhvm.yml export-ignore
/composer.hhvm.json export-ignore
/changelog.md export-ignore
/readme.md export-ignore
/upgrade.md export-ignore
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,9 +8,9 @@ php:

before_install:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then rm composer.json; fi;'
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then mv composer.json.hhvm composer.json; fi;'
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then mv composer.hhvm.json composer.json; fi;'
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then rm phpspec.yml; fi;'
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then mv phpspec.yml.hhvm phpspec.yml; fi;'
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then mv phpspec.hhvm.yml phpspec.yml; fi;'

install:
- travis_retry composer install --no-interaction --prefer-source
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1e85196

Please sign in to comment.