cms/app-client/.travis.yml
author ymh <ymh.work@gmail.com>
Mon, 08 Aug 2016 15:27:35 +0700
changeset 262 e999bcaa0c08
parent 261 02e2396bcbbc
child 456 3a32d2f57429
permissions -rw-r--r--
Migration to ember 2.8 beta

---
language: node_js
node_js:
  - "4"

sudo: false

cache:
  directories:
    - node_modules

before_install:
  - npm config set spin false
  - npm install -g bower
  - bower --version
  - npm install phantomjs-prebuilt
  - node_modules/phantomjs-prebuilt/bin/phantomjs --version

install:
  - npm install
  - bower install

script:
  - npm test