forked from emberjs/ember-cli-babel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (36 loc) · 874 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:
- "4"
- "6"
- "7"
- "8"
sudo: false
cache:
yarn: true
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
- node_js: "8"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add phantomjs-prebuilt
- phantomjs --version
install:
- yarn install --no-lockfile --non-interactive
script:
- yarn test
before_deploy:
- yarn global add auto-dist-tag
- auto-dist-tag --write
deploy:
skip_cleanup: true
provider: npm
email: stefan.penner+ember-cli@gmail.com
api_key:
secure: OVMYTMjIiSuBxCB0vQZJfaQzyeaR0U5dgRZaoc5CRd4yys9i+rL3PlJaWeeO6Lm950j+v6fDKHZg6aMLAhLOosZfkLEZh0ycvBSKq//ZI5yAhqnp9LV7/FGCEBT0ij1Mp3cqCaIlQIZjPo6lS+hIsYf3tqg1/cw2VOtDO4RprJ4=
on:
tags: true
repo: babel/ember-cli-babel