cms/app-client/.travis.yml
author nowmad@nowmads-macbook-pro.local
Thu, 07 Jan 2016 17:47:22 +0100
changeset 82 d489885d116d
parent 5 d4b3da0dadc9
child 148 6b32182a7fba
permissions -rw-r--r--
add fontawesome and improve results and tags interface

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