Skip to content

Commit

Permalink
Try travis
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jul 20, 2016
1 parent 3319dd9 commit f98fff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ set -x
if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ] ; then
curl -sS https://getcomposer.org/installer > composer-installer.php
hhvm composer-installer.php
hhvm -v ResourceLimit.SocketDefaultTimeout=30 -v Http.SlowQueryThreshold=30000 composer.phar update --prefer-source
hhvm -v ResourceLimit.SocketDefaultTimeout=30 -v Http.SlowQueryThreshold=30000 composer.phar update --prefer-source --classmap-authoritative
else
composer self-update
composer update --prefer-source $DEPENDENCIES
composer update --prefer-source --classmap-authoritative $DEPENDENCIES
fi
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
},
"files": [
"src/PackageVersions/Versions.php"
]
}
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit f98fff1

Please sign in to comment.