diff --git a/.travis.yml b/.travis.yml index c8d9b0f..095f54d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 10.11 + - 10.12 sudo: 'false' branches: only: diff --git a/package.json b/package.json index 004cb34..cd41cea 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "documentation": "^8.1.2", "markdown-doctest": "^0.9.1", "nyc": "^13.1.0", - "rollup": "^0.66.5", + "rollup": "^0.66.6", "rollup-plugin-multi-entry": "^2.0.2", "semantic-release": "^15.9.17", "ssh2": "^0.6.1",