Sha256: f92df52f8dbb41cf8854ee42aa8316611ff26607e9aa76205dc84f78ee563d7a

Contents?: true

Size: 578 Bytes

Versions: 18

Compression:

Stored size: 578 Bytes

Contents

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

sudo: false

cache:
  directories:
    - node_modules

env:
  - EMBER_TRY_SCENARIO=default
  - EMBER_TRY_SCENARIO=ember-release
  - EMBER_TRY_SCENARIO=ember-beta
  - EMBER_TRY_SCENARIO=ember-canary

matrix:
  fast_finish: true
  allow_failures:
    - env: EMBER_TRY_SCENARIO=ember-canary

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bootstrap-bookingsync-sass-1.0.5 .travis.yaml
bootstrap-bookingsync-sass-1.0.4 .travis.yaml
bootstrap-bookingsync-sass-1.0.3 .travis.yaml
bootstrap-bookingsync-sass-1.0.2 .travis.yaml
bootstrap-bookingsync-sass-1.0.1 .travis.yaml
bootstrap-bookingsync-sass-1.0.0 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta12 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta11 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta10 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta9 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta8 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta7 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta6 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta5 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta4 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta3 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta2 .travis.yaml
bootstrap-bookingsync-sass-1.0.0.beta1 .travis.yaml