Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit ed988b2

Browse files
committed
Updating .travis.yml
1 parent f7c6bf7 commit ed988b2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ language: node_js
33
node_js:
44
- "0.10"
55
before_script:
6-
- gem update --system
7-
- gem install sass
86
- npm install -g grunt-cli
97
- npm install -g bower
108
- npm install -g protractor
11-
- npm install
129
- npm update
1310
- bower update
1411
- node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"LICENSE"
99
],
1010
"scripts": {
11-
"test": "grunt regression",
12-
"build": "grunt dist",
13-
"prepublish": "npm run build"
11+
"test": "grunt regression"
1412
},
1513
"repository": {
1614
"type": "git",

0 commit comments

Comments
 (0)