201-created/ember-data-hal-9000

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: node_js
node_js:
  - "0.12"

sudo: false

cache:
  directories:
    - node_modules

env:
  - EMBER_TRY_SCENARIO=default
  - EMBER_TRY_SCENARIO=ember-data-1-13-4
  - EMBER_TRY_SCENARIO=ember-data-1-13-9
  - EMBER_TRY_SCENARIO=release
  - EMBER_TRY_SCENARIO=beta
  - EMBER_TRY_SCENARIO=canary

matrix:
  fast_finish: true

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:
  - ember try $EMBER_TRY_SCENARIO test