Skip to content

Commit abb35b2

Browse files
author
Ben TORFS
committed
Make travis work
1 parent 060f6f3 commit abb35b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_js:
33
- "0.10"
44
before_install:
55
- npm install -g grunt-cli
6-
- sh -e /etc/init.d/xvfb start
6+
- bower install

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"protractor-screenshot-reporter": "0.0.5"
2727
},
2828
"scripts": {
29-
"install": "node node_modules/protractor/bin/webdriver-manager update"
29+
"install": "node node_modules/protractor/bin/webdriver-manager update",
30+
"test": "grunt ci"
3031
}
3132
}

0 commit comments

Comments
 (0)