cms/app-client/.travis.yml
author ymh <ymh.work@gmail.com>
Wed, 15 Feb 2017 10:51:26 +0100
changeset 510 b4ed4ae6a6dc
parent 456 3a32d2f57429
child 511 fbf4e1afab01
permissions -rw-r--r--
Added tag 0.0.16 for changeset fcc59d0ac8aa

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

sudo: false

cache:
  directories:
    - $HOME/.npm
    - $HOME/.cache # includes bowers cache

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