Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanfoster committed Dec 23, 2016
2 parents bdffdc4 + 5d7c1c7 commit 83879a8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 25 deletions.
53 changes: 29 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
---
language: node_js
node_js:
- "4"

- node
- '4'
- '5'
- '6'
sudo: false

branches:
only:
- master
- develop
cache:
directories:
- node_modules

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

- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-1.13
- 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

- env: EMBER_TRY_SCENARIO=ember-canary
before_install:
- npm config set spin false
- npm install -g bower
- npm install phantomjs-prebuilt

- npm config set spin false
- npm install -g bower
- npm install phantomjs-prebuilt
install:
- npm install
- bower install

- npm install
- bower install
script:
# Usually, it's ok to finish the test scenario without reverting
# to the addon's original dependency state, skipping "cleanup".
- ember try $EMBER_TRY_SCENARIO test --skip-cleanup
- ember try $EMBER_TRY_SCENARIO test --skip-cleanup
deploy:
provider: npm
email: [email protected]
api_key:
secure: OywUi0VE106RA+nj0tht4EIu9V6vRySXKd5ieLhtg+F4vV1ZfT9VkAYUKA6+g9By6EuYJjzQKL0s+2j0vfDeSCw9O9pkjm98g47KrYdqf6kuJXWPH6fvracgqTDo/1TXrZTUHJDbbmWpaaK2BTQPZX0tydp5Dm0FNrUiYNoWUHbvY2DsxFtOEORas6ZVxJnS1SndWXPJOAyB1d3/td2cnerAdjOiAAnObCCupyLoy0uVCAEJdj9ykH/eFcxrK6SlIklc3bkY/MkbflpXCsDIgPHJidFwQNKEJxwGAVHgzo3FpsZlP7JIK4HESBRgcCcOwQEZlZacsWLAQyfW+1L7LWr7pfB4TlRfT4dayXow8321x1TbdTbUw8fyrb8QVA4Nkyrv3kUNJs42ZhKEYb0sY3tEa16mHo7Rm5XbrC9/x5bSccj/QURCEmI8juVp+Sku703ITNpgs1MbKPvip9llSGixbJJphirql0+6vbSEtms9No/9aIq//FT2oWLDURc45BG3HcCS8IKEitOz8gZgAhSYqNPPBondTOhHLE9MG0ySK41nPiGCie9LGk0Xshj/GQYO5uw7J+puCJwKRN9Ar5884VKW0N6Y06IiJfiUO5GTg+hL7rnKMaw9ElvQ3Kni/O9qZmFyhkOIkPfr9TNfYkN05qp/16BEmpD1QI/ZWgw=
on:
tags: true
repo: travelbank/ember-flickity
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="0.1.2"></a>
## [0.1.2](https://github.com/travelbank/ember-flickity/compare/0.1.1...v0.1.2) (2016-12-23)

* **build:** adds travis support

<a name="0.1.1"></a>
## [0.1.1](https://github.com/travelbank/ember-flickity/compare/0.1.0...v0.1.1) (2016-12-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-flickity",
"version": "0.1.1",
"version": "0.1.2",
"description": "An ember addon for flickity.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 83879a8

Please sign in to comment.