diff --git a/.travis.yml b/.travis.yml index 0c48dee40..a4a3c880a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ node_js: - 'stable' - '0.12' - '0.10' +before_install: + - 'npm i -g npm@latest' after_success: - '[ -z "$COVERALLS_REPO_TOKEN" ] && tap --coverage-report=text-lcov | ./node_modules/.bin/coveralls'