Skip to content

Commit

Permalink
chore: Upgrade cucumber to latest version and pin it just for node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Aug 11, 2016
1 parent a897d23 commit 6685aa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cache:
before_install:
- "npm -g install npm@latest"
- "curl -Lo travis_after_all.py https://raw.githubusercontent.com/dmakhno/travis_after_all/master/travis_after_all.py"
before_script: # https://github.com/cucumber/cucumber-js/issues/602
- "if [[ $TRAVIS_NODE_VERSION = '0.10' ]]; then npm install [email protected]; fi"
after_success: # travis_after_all.py is needed due to travis-ci/travis-ci#1548 & travis-ci/travis-ci#929
- "npm run coveralls"
- "python travis_after_all.py"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:browser": "mochify test/unit/**/*.coffee --transform=coffeeify --extension=.coffee",
"test:features": "cucumber-js --compiler=coffee:coffee-script/register -f pretty -t @nodejs -t ~@proposal -t ~@draft -t ~@nodejs-pending -r test/cucumber/support/ -r test/cucumber/step_definitions/ node_modules/gavel-spec/features/",
"prepublish": "npm run build",
"coverage": "./scripts/cov",
"coverage": "scripts/cov",
"coveralls": "npm run coverage mocha-lcov-reporter | coveralls"
},
"dependencies": {
Expand All @@ -39,7 +39,7 @@
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"coveralls": "^2.11.9",
"cucumber": "1.0.0",
"cucumber": "^1.2.2",
"cz-conventional-changelog": "^1.1.6",
"gavel-spec": "^1.1.0",
"jscoverage": "^0.6.0",
Expand All @@ -48,8 +48,8 @@
"mocha-lcov-reporter": "^1.2.0",
"mochify": "^2.18.1",
"prettyjson": "^1.1.3",
"sinon": "^1.17.4",
"semantic-release": "^4.3.5"
"semantic-release": "^4.3.5",
"sinon": "^1.17.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6685aa5

Please sign in to comment.