cms/app-client/.travis.yml
author nowmad@23.1.168.192.in-addr.arpa
Fri, 06 Nov 2015 17:02:08 +0100
changeset 10 585ec02908b6
parent 5 d4b3da0dadc9
child 148 6b32182a7fba
permissions -rw-r--r--
remove nav bar and introduce tab behavior

---
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