File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ matrix:
18
18
- php : 5.6
19
19
env : WP_VERSION=latest WP_MULTISITE=1
20
20
allow_failures :
21
- - php : 5.2
22
-
21
+ - php : 5.2
22
+
23
23
before_script :
24
+ - 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
24
25
- composer install
25
26
- npm install
26
27
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
@@ -33,6 +34,6 @@ before_script:
33
34
fi
34
35
35
36
36
- script :
37
+ script :
37
38
- phpunit
38
39
- npm test
Original file line number Diff line number Diff line change 2
2
"name" : " php-compatibility-checker" ,
3
3
"devDependencies" : {
4
4
"grunt" : " ^0.4.5" ,
5
- "grunt-wp-readme-to-markdown" : " ^2.0.0" ,
6
- "node-qunit-phantomjs" : " ^1.4.0" ,
5
+ "grunt-cli" : " ^1.2.0" ,
7
6
"grunt-phpcs" : " ^0.4.0" ,
8
- "grunt-phplint" : " 0.0.8"
7
+ "grunt-phplint" : " 0.0.8" ,
8
+ "grunt-wp-readme-to-markdown" : " ^2.0.0" ,
9
+ "node-qunit-phantomjs" : " ^1.4.0"
9
10
},
10
11
"scripts" : {
11
12
"test" : " npm run test:lint && npm run test:qunit" ,
You can’t perform that action at this time.
0 commit comments