We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c96bfa commit cca4595Copy full SHA for cca4595
.travis.yml
@@ -21,9 +21,7 @@ matrix:
21
- php: 5.2
22
23
before_script:
24
- - curl -o ~/.nvm/nvm.sh https://raw.githubusercontent.com/creationix/nvm/v0.31.0/nvm.sh # update nvm
25
- - bash -c "nvm use 8.9.1" || true
26
- - bash -c "source ~/.nvm/nvm.sh; nvm install $NODE_JS_VERSION; node --version"
+ - 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 8
27
- composer install
28
- npm install
29
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
0 commit comments