We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060f6f3 commit abb35b2Copy full SHA for abb35b2
.travis.yml
@@ -3,4 +3,4 @@ node_js:
3
- "0.10"
4
before_install:
5
- npm install -g grunt-cli
6
- - sh -e /etc/init.d/xvfb start
+ - bower install
package.json
@@ -26,6 +26,7 @@
26
"protractor-screenshot-reporter": "0.0.5"
27
},
28
"scripts": {
29
- "install": "node node_modules/protractor/bin/webdriver-manager update"
+ "install": "node node_modules/protractor/bin/webdriver-manager update",
30
+ "test": "grunt ci"
31
}
32
0 commit comments