cms/app-client/.travis.yml
author ymh <ymh.work@gmail.com>
Fri, 08 Apr 2016 18:41:51 +0200
changeset 148 6b32182a7fba
parent 5 d4b3da0dadc9
child 261 02e2396bcbbc
permissions -rw-r--r--
Upgrade app-client to ember 2.4.3

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