server/bo_client/.travis.yml
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 29 Aug 2016 20:01:13 +0200
changeset 273 a719b2dcea34
parent 263 3deace9204de
child 456 3a32d2f57429
permissions -rw-r--r--
Cartography on 3 levels (continents/countries/france) and backToContinents button

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