---
language: node_js
node_js:
- "4"
- "6"
- "stable"
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install
script:
- npm test
deploy:
provider: npm
email: stefan.penner+ember-cli@gmail.com
api_key:
secure: R4p+j6Db+sLQfang4Afg50OPjt5H33r79GRXxvtKHQMWETAE88/NJaEnldQyLPNRhg/lZTPLDbd2dCF1P/fFgK73o0eqF1Zdv1q2GUuINDcb/cxCQDqdQCd/YGA27seKsKWuKWgE4t9jMXwAX72S279U+zn1jrC1kWk1q9lx7lI=
on:
tags: true
repo: ember-cli/babel-plugin-htmlbars-inline-precompile
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|