Skip to content

Commit

Permalink
Merge 06a2259 into 64f9f12
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Nov 30, 2018
2 parents 64f9f12 + 06a2259 commit 29c6748
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,4 +1,3 @@
sudo: false
dist: "trusty"
language: "node_js"
node_js:
Expand All @@ -24,7 +23,8 @@ cache:
- "node_modules"
before_install:
- "npm -g install npm@6"
install: "if [[ $DRAFTER = JS ]]; then npm install --no-optional; else npm install; fi"
install:
- "if [[ $DRAFTER = JS ]]; then npm install --no-optional; else npm install; fi"
script:
- "npm run lint && npm run test:coverage"
after_success:
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"clone": "2.1.1",
"fury": "3.0.0-beta.7",
"fury-adapter-apib-parser": "0.11.0",
"fury-adapter-swagger": "0.22.3",
"fury-adapter-swagger": "0.22.4",
"uri-template": "1.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 29c6748

Please sign in to comment.