Skip to content

Commit

Permalink
Checking if pear is already available on xenial image
Browse files Browse the repository at this point in the history
  • Loading branch information
shreys7 committed Nov 14, 2019
1 parent 782eace commit c83fe22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ node_js:
before_install:
- echo "Installing additional dependencies required for running tests on travis"
- npm run cirequirements
- npm test php-httprequest2
before_script:
- echo "Installing dev dependencies required of all codegens"
- npm run deepinstall dev
6 changes: 2 additions & 4 deletions npm/ci-requirements.sh
Expand Up @@ -36,10 +36,8 @@ pushd ./codegens/csharp-restsharp &>/dev/null;
popd &>/dev/null;

echo "Installing dependencies required for tests in codegens/php-httprequest2"
pushd ./codegens/php-httprequest2 &>/dev/null;
wget http://pear.php.net/go-pear.phar -O go-pear.php
php go-pear.php
popd &>/dev/null;
php --version
pear version

echo "Installing dependencies required for tests in codegens/swift"
pushd ./codegens/swift &>/dev/null;
Expand Down

0 comments on commit c83fe22

Please sign in to comment.