Skip to content

Commit

Permalink
See if I can get matrix working
Browse files Browse the repository at this point in the history
  • Loading branch information
minichate committed Nov 26, 2015
1 parent c7f6ea8 commit 25f259b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ sudo: false

script:
- npm run travis
- ./integration.sh discourse/jsapp
- ./integration.sh $APP_PATH

node_js:
- "0.10"
Expand All @@ -13,6 +13,11 @@ node_js:
matrix:
fast_finish: true

env:
matrix:
- INTEGRATION_REPO="https://github.com/discourse/discourse.git" APP_PATH="discourse/jsapp"
- INTEGRATION_REPO="https://github.com/aptible/ember-json-schema.git" APP_PATH="ember-json-schema/app"

before_script:
- ln -s ../ ./node_modules/jscs-ember-deprecations
- git clone https://github.com/discourse/discourse.git discourse
- git clone $INTEGRATION_REPO

0 comments on commit 25f259b

Please sign in to comment.