forked from glimmerjs/glimmer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (35 loc) · 938 Bytes
/
.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
language: node_js
node_js:
- '8'
env:
- MOZ_HEADLESS=1
cache:
yarn: true
addons:
chrome: stable
firefox: latest
before_install:
- 'curl -o- -L https://yarnpkg.com/install.sh | bash -s --'
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- yarn install --non-interactive
script:
# Usually, it's ok to finish the test scenario without reverting
# to the addon's original dependency state, skipping "cleanup".
- yarn test:ember $EMBER_TRY_SCENARIO --skip-cleanup
jobs:
fail_fast: true
include:
- stage: Glimmer Tests
name: Package Tests
script: yarn test
- name: Lint
script: yarn tslint
- stage: Ember Tests
name: Node
script: yarn test:ember:node
- env: EMBER_TRY_SCENARIO=ember-default
- env: EMBER_TRY_SCENARIO=ember-release
- env: EMBER_TRY_SCENARIO=ember-beta
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-lts-3.4