mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
trying harder to convince travis CI to use node.js 4
This commit is contained in:
parent
9d246d4abd
commit
7163ac40b5
@ -4,8 +4,12 @@ php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
node_js:
|
||||
- "node"
|
||||
|
||||
env:
|
||||
- TRAVIS_NODE_VERSION="4"
|
||||
|
||||
install:
|
||||
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
|
||||
|
||||
before_script:
|
||||
- composer install -n
|
||||
|
Loading…
Reference in New Issue
Block a user