Skip to content

Commit

Permalink
Revert self-update, added disable-tls to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AntikCz committed Feb 22, 2016
1 parent e72845b commit 248537a
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ matrix:
env: PHP_BIN=php-cgi

install:
- composer self-update
- composer install --prefer-source --no-interaction --optimize-autoloader

before_script:
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -39,5 +39,8 @@
},
"autoload-dev": {
"classmap": ["tests/CronnerTests/objects"]
},
"config": {
"disable-tls": true
}
}

0 comments on commit 248537a

Please sign in to comment.