File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ matrix:
1818 - php : 5.6
1919 env : WP_VERSION=latest WP_MULTISITE=1
2020 allow_failures :
21- - php : 5.2
22-
21+ - php : 5.2
22+
2323before_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
2425 - composer install
2526 - cd php52
2627 - composer install
@@ -36,6 +37,6 @@ before_script:
3637 fi
3738
3839
39- script :
40+ script :
4041 - phpunit
4142 - npm test
Original file line number Diff line number Diff line change 22 "name" : " php-compatibility-checker" ,
33 "devDependencies" : {
44 "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" ,
76 "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"
910 },
1011 "scripts" : {
1112 "test" : " npm run test:lint && npm run test:qunit" ,
You can’t perform that action at this time.
0 commit comments