Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Fixing node version for PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrinoatzenimfm committed Mar 5, 2019
1 parent be39387 commit 3385fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ matrix:
env: PHPUNIT_VERSION='^6.0'

before_install:
- if [[ "${NODE_VERSION}" != "" ]]; then wget https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz && tar xf node-v${NODE_VERSION}-linux-x64.tar.xz && export PATH="`pwd`/node-v${NODE_VERSION}-linux-x64/bin:$PATH"; fi
- wget https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz && tar xfz node-v${NODE_VERSION}-linux-x64.tar.gz && export PATH="`pwd`/node-v${NODE_VERSION}-linux-x64/bin:$PATH"
- if [[ "${PHPUNIT_VERSION}" != "" ]]; then composer require phpunit/phpunit:${PHPUNIT_VERSION}; fi

- node --version
Expand Down

0 comments on commit 3385fc0

Please sign in to comment.