File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ before_install:
16
16
- " sh -e /etc/init.d/xvfb start"
17
17
- gem update --system
18
18
- gem install compass
19
- - " npm install -g grunt-cli bower "
19
+ - " npm install -g grunt-cli"
20
20
- " make"
21
21
branches :
22
22
only :
Original file line number Diff line number Diff line change 1
1
.PHONY : build
2
2
3
3
install :
4
- bower install
5
4
npm install
6
5
./node_modules/protractor/bin/webdriver-manager update
7
6
Original file line number Diff line number Diff line change 88
88
"style-loader" : " ^0.12.2" ,
89
89
"superagent" : " ^0.18.2" ,
90
90
"textangular" : " ^1.3.11" ,
91
- "ui-select" : " angular-ui/ui-select#v0.12.0 " ,
91
+ "ui-select" : " angular-ui/ui-select#271bf6a03078587c5afdb05f61e826573a13d348 " ,
92
92
"underscore" : " ^1.8.3" ,
93
93
"url-loader" : " ^0.5.5" ,
94
94
"webpack" : " ^1.9.4" ,
You can’t perform that action at this time.
0 commit comments