Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHeinrich committed Jun 16, 2017
1 parent c7596fa commit fcc6d5a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
@@ -1,23 +1,25 @@
---
language: node_js
node_js:
- "4"
- "6"

sudo: false

cache:
directories:
- node_modules
- $HOME/.npm
- $HOME/.cache # includes bowers cache

env:
global:
- ENCRYPTION_LABEL: "1e7ab1c5e7e3"
- COMMIT_AUTHOR_EMAIL: "steven.heinrich@gmail.com"
- EMBER_TRY_SCENARIO=default
matrix:
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
# - EMBER_TRY_SCENARIO=ember-canary
- EMBER_TRY_SCENARIO=ember-canary
- EMBER_TRY_SCENARIO=default

matrix:
fast_finish: true
Expand All @@ -26,10 +28,9 @@ matrix:

before_install:
- npm config set spin false
- npm install -g bower
- npm install -g bower phantomjs-prebuilt
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
- phantomjs --version

install:
- npm install
Expand All @@ -41,5 +42,5 @@ before_script:
script:
# Usually, it's ok to finish the test scenario without reverting
# to the addon's original dependency state, skipping "cleanup".
- ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
- ./deploy.sh

0 comments on commit fcc6d5a

Please sign in to comment.