Require the latest version of npm

The npm that ships with 0.10 is 1.2.x and it is riddled with
race conditions.
This commit is contained in:
Austin Pray
2015-02-04 19:35:41 -06:00
parent 68e6419aee
commit 8c374e2136
3 changed files with 6 additions and 8 deletions

View File

@@ -1,18 +1,14 @@
sudo: false
language: php
cache:
directories:
- node_modules
php:
- '5.6'
- '5.5'
- '5.4'
before_install:
- npm cache clean
- npm prune
- npm install -g npm@latest
- npm install -g bower gulp jscs
- npm update
- npm install
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash