Skip to content

Commit

Permalink
upgrade deps and latest ES version in travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hoppe committed Dec 16, 2016
1 parent 86a48d1 commit bcd9aeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
- COVERALLS=1
- WAIT_FOR_ES=1
matrix:
- ES_VERSION=5.0.1
- ES_VERSION=5.1.1
install:
- mkdir /tmp/elasticsearch
- wget -O - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
"logstash"
],
"dependencies": {
"debug": "^2.3.3",
"elasticsearch": "^12.1.0",
"debug": "^2.4.4",
"elasticsearch": "^12.1.3",
"lodash": "^4.17.2",
"moment": "^2.17.0",
"moment": "^2.17.1",
"promise": "^7.1.1",
"retry": "^0.10.0",
"retry": "^0.10.1",
"winston": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"coveralls": "^2.11.15",
"eslint": "^3.11.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-json": "^1.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"should": "^11.1.1"
"should": "^11.1.2"
},
"scripts": {
"test": "npm run lint && npm run mocha",
Expand Down

0 comments on commit bcd9aeb

Please sign in to comment.