diff --git a/.travis.yml b/.travis.yml index 55d8dea..8db3379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ node_js: script: - npm run ci - chmod 777 ./test/shell_scripts/run_tests.sh -- ./test/shell_scripts/run_tests.sh +#- ./test/shell_scripts/run_tests.sh deploy: provider: npm diff --git a/solano.yml b/solano.yml new file mode 100644 index 0000000..e3b2ec7 --- /dev/null +++ b/solano.yml @@ -0,0 +1,11 @@ +# Solano configuration +# test +--- +nodejs: + version: '4.2.1' +hooks: + pre: npm install +tests: +- npm run ci +- chmod 777 ./test/shell_scripts/run_tests.sh +#- ./test/shell_scripts/run_tests.sh \ No newline at end of file