File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ sudo: false
22language : node_js
33cache :
44 directories :
5- - node_modules
65 - ~/.npm
76notifications :
87 email : false
98node_js :
10- - ' 4'
11- - ' 6'
129 - ' 8'
10+ - ' 6'
11+ - ' 4'
1312before_install :
1413 - npm install -g npm
1514before_script :
Original file line number Diff line number Diff line change 2929 "test" : " grunt" ,
3030 "coverage" : " grunt instrument && GRUNT_HTML_DOM_SNAPSHOT_COVERAGE=1 grunt" ,
3131 "coveralls" : " test `node --version | cut -c 2` -eq 8 && npm run coverage && grunt coveralls" ,
32- "semantic-release" : " semantic-release pre && npm publish && semantic-release post "
32+ "semantic-release" : " semantic-release"
3333 },
3434 "dependencies" : {
3535 "mkdirp" : " ^0.5.1" ,
36- "webdriverio" : " ^4.9.6 "
36+ "webdriverio" : " ^4.9.11 "
3737 },
3838 "devDependencies" : {
3939 "grunt" : " ^1.0.1" ,
4545 "grunt-istanbul" : " ^0.8.0" ,
4646 "grunt-selenium-standalone" : " ^1.0.1" ,
4747 "phantomjs-prebuilt" : " ^2.1.16" ,
48- "semantic-release" : " ^8.2.0 "
48+ "semantic-release" : " ^11.0.2 "
4949 },
5050 "peerDependencies" : {
5151 "grunt" : " >=0.4.5"
You can’t perform that action at this time.
0 commit comments