forked from kellyselden/ember-awesome-macros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
69 lines (59 loc) · 2.17 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "8"
addons:
firefox: latest
cache:
directories:
- $HOME/.npm
env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
branches:
only:
- master
# npm version tags
- /^v\d+\.\d+\.\d+/
jobs:
fail_fast: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
include:
# runs linting and tests with current locked deps
- stage: "Tests"
name: "Tests"
script:
- npm run lint:hbs
- npm run lint:js
- npm test
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- stage: "Additional Tests"
env: EMBER_TRY_SCENARIO=ember-lts-3.4
- env: EMBER_TRY_SCENARIO=ember-lts-3.8
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery
- stage: "Deploy"
name: "Deploy"
addons: ignore
cache: ignore
env: ignore
before_install: ignore
install: ignore
script: ignore
deploy:
provider: npm
email: [email protected]
api_key:
secure: FPySvZZ71HG/MxKhHhIivazbygzvRWLTdtXeVfp07VxQekJ7rXVdG+yo83CHXHqleXXWHcbkOz5Vlqfu9c9M0AP7YozacafoJo9qIw/BAAtfkEmL3UfeGDQZfsFXRa+2e5cMxJraG0PDNpDewM4LAPeuWCYIfu3N+RYbbSRT4hP1nZp5nHXI/CA0uFCfVV+PEAIxbPhAtwUHooU+7ALSNvxk9yiEY2gKk+R02F0bkxtnKEpzrZhzvCeo8pIHHqfWSoj0LCegZ2ckG34RN0rykgIZIwkRv4D07Z9yUVEOvtznNdVzPP7YAOnFQIE/HF5f7UIlBOYYMiKiJeJ4O7E0Wu7bA1eR1DdJANiraXYDgLQ1vZSffBayKCqwDpjQBoZ4mBlMRidYU2GqV6DZdxjdd+Es7jyqt0aFrtKVcLuYsjIZj0eH2Kfsm/UhlPx12Stu9bvu6/tmPyhTIUDvISvdhOj5IAA+rDAhT3c2X3qGrz8m3sjfrbLhp8vSI2cO07CbU2qmuZy8+j1YBb8HUUaN5+O8rkc+hlAWw3bj59UH+wBtvJTNtLdcGrVice/Uv+CqgHO5K7qV2M7AAbujKLDBqpK0DDKtB519I3JRric8uQa58bLPJme6UsD6Q952LjQat23y3PZcgwY/jyhds6lmrmY0wId538UVUymFnTfmSCE=
on:
tags: true
repo: kellyselden/ember-awesome-macros
script:
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO