surrealpatch/gui/.travis.yml
2016-05-14 11:20:59 +01:00

22 lines
267 B
YAML

---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
before_install:
- npm config set spin false
- npm install -g bower
- npm install phantomjs-prebuilt
install:
- npm install
- bower install
script:
- npm test