Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Commit

Permalink
Fix travis CI build failure
Browse files Browse the repository at this point in the history
This is a know issue of webdriver-manager (angular/webdriver-manager#216)
filipesilva/angular-quickstart-lib#43
  • Loading branch information
benbraou committed Jul 22, 2017
1 parent bb9d13e commit 86b5746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"e2e": "concurrently \"npm run serve:e2e\" \"npm run protractor\" --kill-others --success first",
"pree2e:aot": "npm run build:e2e && npm run build:aot",
"e2e:aot": "concurrently \"npm run serve:e2e-aot\" \"npm run protractor\" --kill-others --success first",
"preprotractor": "webdriver-manager update",
"preprotractor": "webdriver-manager update --gecko false",
"protractor": "protractor protractor.config.js"
},
"keywords": [],
Expand Down Expand Up @@ -53,4 +53,4 @@
"typescript": "~2.3.0"
},
"repository": {}
}
}

0 comments on commit 86b5746

Please sign in to comment.