sudo: false language: php php: - '5.6' before_install: - composer self-update - nvm install 4.2.1 - nvm use 4.2.1 - npm install -g grunt-cli - npm --version - node --version install: - npm install caniuse-db - npm install phantomjs - npm install script: - npm test