Skip to content

Commit

Permalink
fix(CI): add solano.yml and comment out Selenium build command in .tr…
Browse files Browse the repository at this point in the history
…avis.yml
  • Loading branch information
wyseguyonline committed Sep 7, 2016
1 parent 92b89b1 commit d3f064a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions solano.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d3f064a

Please sign in to comment.