language: node_js sudo: false cache: directories: - node_modules install: - "npm install" - "npm install -g bower" - "npm install -g grunt-cli" - "npm install -g testem" - "npm install -g phantomjs-prebuilt" - "bower install" script: - "testem ci"