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 df3be18 commit 3c96bfaCopy full SHA for 3c96bfa
.travis.yml
@@ -18,9 +18,12 @@ matrix:
18
- php: 5.6
19
env: WP_VERSION=latest WP_MULTISITE=1
20
allow_failures:
21
- - php: 5.2
22
-
+ - php: 5.2
+
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"
27
- composer install
28
- npm install
29
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
@@ -33,6 +36,6 @@ before_script:
33
36
fi
34
37
35
38
-script:
39
+script:
40
- phpunit
41
- npm test
0 commit comments