cms/app-client/.travis.yml
author nowmad@23.1.168.192.in-addr.arpa
Fri, 22 Jan 2016 15:19:00 +0100
changeset 102 976962b53ab9
parent 5 d4b3da0dadc9
child 148 6b32182a7fba
permissions -rw-r--r--
use ember fixture

---
language: node_js
node_js:
  - "0.12"

sudo: false

cache:
  directories:
    - node_modules

before_install:
  - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
  - "npm config set spin false"
  - "npm install -g npm@^2"

install:
  - npm install -g bower
  - npm install
  - bower install

script:
  - npm test