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

Commit

Permalink
Added Zombie 5.x for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Obuhovich committed Mar 22, 2020
1 parent 8b6e3c3 commit c4634de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ matrix:
env:
- NODE_VERSION='5.4.1'
- ZOMBIE_VERSION='@^4.0'
- php: 5.6
env:
- NODE_VERSION='6.17.1'
- ZOMBIE_VERSION='@^5.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
Expand Down

0 comments on commit c4634de

Please sign in to comment.