diff --git a/.travis.yml b/.travis.yml index c05e086e5e..6d086d7387 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ cache: bundler script: - cd client - - npm install -g npm + - npm install -g npm@3.10.7 - npm version - npm install - npm run test