Skip to content

Commit

Permalink
Fix postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoFusion committed Feb 2, 2018
1 parent 7c2e80a commit 4fe9955
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -7,6 +7,8 @@ node_js: "8"
addons:
chrome: stable

before_script: npm install
before_script:
- npm install
- npm run webdriver-update

script: npm test
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "hierarchy-select",
"version": "1.0.0",
"version": "1.0.1",
"description": "Hierarchy Select jQuery Plugin for Twitter Bootstrap 3",
"author": {
"name": "Evgeniy NeoFusion",
Expand Down Expand Up @@ -29,7 +29,7 @@
"scripts": {
"server": "http-server ./docs",
"server-silent": "http-server ./docs -s -p8081",
"postinstall": "./node_modules/.bin/webdriver-manager update",
"webdriver-update": "./node_modules/.bin/webdriver-manager update",
"start": "npm run server",
"test": "npm run e2e",
"pree2e": "webdriver-manager update --standalone false --gecko false",
Expand Down

0 comments on commit 4fe9955

Please sign in to comment.