Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
# need to declare the language as well as the matrix below
language: node_js
os:
- windows
node_js:
- 14
- 12
- 10
- 8
- 6
env: "DEPLOY_VERSION=testing"
install:
- "node . install"
script:
- "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"