cms/app-client/.travis.yml
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 05 Aug 2016 18:51:59 +0200
changeset 253 0be9770b09b4
parent 148 6b32182a7fba
child 261 02e2396bcbbc
permissions -rw-r--r--
Hide/show transcript button in the player - Do not request transscript when property is null in the document request

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