Skip to content

Commit

Permalink
Merge pull request #671 from apiaryio/honzajavorek/chore
Browse files Browse the repository at this point in the history
Updating dependencies
  • Loading branch information
miiila committed Dec 5, 2016
2 parents 10b7e9c + 34d319f commit c9c0caa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -19,13 +19,10 @@ before_install:
- "git remote set-branches origin master && git fetch && git checkout master && git checkout -"
- "npm -g install npm@latest"
- "gem install travis" # needed for 'npm run test:hooks-handlers'
- "curl -Lo travis_after_all.py https://raw.githubusercontent.com/dmakhno/travis_after_all/master/travis_after_all.py"
script:
- "if [[ $TRAVIS_NODE_VERSION = 6 ]]; then npm run lint; fi" # 'conventional-changelog-lint' doesn't work with old Node.js versions
- "npm test"
- "npm run test:hooks-handlers"
after_success: # travis_after_all.py is needed due to travis-ci/travis-ci#1548 & travis-ci/travis-ci#929
after_success:
- "npm run coveralls"
- "python travis_after_all.py"
- "export $(cat .to_export_back)"
- "npm run semantic-release || true"
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -6,6 +6,9 @@
"bin": {
"dredd": "bin/dredd"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"lint": "conventional-changelog-lint --from=master && coffeelint src",
"docs:build": "mkdocs build",
Expand Down Expand Up @@ -67,7 +70,7 @@
"mocha": "^3.0.0",
"mocha-lcov-reporter": "^1.2.0",
"nock": "^8.0.0",
"semantic-release": "^4.3.5",
"semantic-release": "^6.3.2",
"sinon": "^1.17.4"
},
"keywords": [
Expand Down

0 comments on commit c9c0caa

Please sign in to comment.