cms/app-client/.travis.yml
author ymh <ymh.work@gmail.com>
Fri, 08 Apr 2016 19:30:17 +0200
changeset 149 3ace15523e6b
parent 148 6b32182a7fba
child 261 02e2396bcbbc
permissions -rw-r--r--
ember css in pods still does not work for us (funnel error in emble cli)

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