Disable some builds for now
This commit is contained in:
parent
34444246fd
commit
ef73b927e8
12
.travis.yml
12
.travis.yml
|
@ -4,15 +4,15 @@ node_js: stable
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- EMBER_VERSION=default
|
- EMBER_VERSION=default
|
||||||
- EMBER_VERSION=release
|
# - EMBER_VERSION=release
|
||||||
- EMBER_VERSION=beta
|
# - EMBER_VERSION=beta
|
||||||
- EMBER_VERSION=canary
|
# - EMBER_VERSION=canary
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: EMBER_VERSION=release
|
# - env: EMBER_VERSION=release
|
||||||
- env: EMBER_VERSION=beta
|
# - env: EMBER_VERSION=beta
|
||||||
- env: EMBER_VERSION=canary
|
# - env: EMBER_VERSION=canary
|
||||||
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user