cms/app-client/.travis.yml
author nowmad@23.1.168.192.in-addr.arpa
Fri, 13 Nov 2015 11:03:09 +0100
changeset 15 1b4c222d4f0c
parent 5 d4b3da0dadc9
child 148 6b32182a7fba
permissions -rw-r--r--
ignore node_modules in cms folder

---
language: node_js
node_js:
  - "0.12"

sudo: false

cache:
  directories:
    - node_modules

before_install:
  - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
  - "npm config set spin false"
  - "npm install -g npm@^2"

install:
  - npm install -g bower
  - npm install
  - bower install

script:
  - npm test