File tree Expand file tree Collapse file tree 2 files changed +27
-31
lines changed
Expand file tree Collapse file tree 2 files changed +27
-31
lines changed Original file line number Diff line number Diff line change 11language : node_js
2-
32node_js :
4- - " 5.7.0"
5-
3+ - 5.7.0
64env :
7- - CXX=g++-4.8
8-
5+ - CXX=g++-4.8
96addons :
10- apt :
11- sources :
12- - ubuntu-toolchain-r-test
13- packages :
14- - g++-4.8
15-
7+ apt :
8+ sources :
9+ - ubuntu-toolchain-r-test
10+ packages :
11+ - g++-4.8
1612before_install :
17- - npm install -g protractor
18-
13+ - npm install -g protractor
1914install :
20- - npm install -g npm@2
21- - npm install -g grunt-cli
22- - npm install -g bower
23- - bower install
24- - npm install
25- - ./node_modules/protractor/bin/webdriver-manager update --standalone
26-
15+ - npm install -g npm@2
16+ - npm install -g grunt-cli
17+ - npm install -g bower
18+ - bower install
19+ - npm install
20+ - ./node_modules/protractor/bin/webdriver-manager update --standalone
2721before_script :
28- - export CHROME_BIN=chromium-browser
29- - export DISPLAY=:99.0
30- - sh -e /etc/init.d/xvfb start
31-
22+ - export CHROME_BIN=chromium-browser
23+ - export DISPLAY=:99.0
24+ - sh -e /etc/init.d/xvfb start
3225script :
33- - npm run build
34- - npm test
35- - grunt e2e-test
26+ - npm run build
27+ - npm test
28+ - grunt e2e-test
29+ notifications :
30+ slack :
31+ secure : iGLGsYyVIyKVpVVCskGh/zc6Pkqe0D7jpUtbywSbnq6l5seE6bvBVqm0F2FSCIN+AIC+qal2mPEWysDVsLACm5tTEeA8NfL8dmCrAKbiFbi+gHl4mnHHCHl7ii/7UkoIIXNc5UXbgMSXRS5l8UcsSDlN8VxC5zWstbJvjeYIvbA=
Original file line number Diff line number Diff line change 4242 "grunt-contrib-watch" : " ^0.6.1" ,
4343 "grunt-doctoc" : " ^0.1.1" ,
4444 "grunt-jscs" : " ^2.8.0" ,
45- "grunt-protractor-runner" : " ^3.0 .0" ,
45+ "grunt-protractor-runner" : " ^3.2 .0" ,
4646 "grunt-protractor-webdriver" : " ^0.2.5" ,
4747 "grunt-sass" : " ^1.1.0" ,
4848 "jasmine-core" : " ^2.4.1" ,
49- "karma" : " ^0.13.22 " ,
50- "karma-coverage" : " ^0.5.5 " ,
49+ "karma" : " ^1.1.2 " ,
50+ "karma-coverage" : " ^1.1.1 " ,
5151 "karma-coveralls" : " ^1.1.2" ,
52- "karma-jasmine" : " ^0.3.7 " ,
52+ "karma-jasmine" : " ^1.0.2 " ,
5353 "karma-phantomjs-launcher" : " ^1.0.0" ,
5454 "phantomjs-prebuilt" : " ^2.1.5" ,
5555 "serve-static" : " ^1.10.2"
You can’t perform that action at this time.
0 commit comments