Skip to content

Commit

Permalink
Merge pull request #39 from danger/more_nodes
Browse files Browse the repository at this point in the history
Use multiple node instances in the tests
  • Loading branch information
orta committed Dec 13, 2016
2 parents 8127341 + b2db706 commit 9b9c569
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
language: node_js
node_js:
- "6.1"

cache:
yarn: true
directories:
- node_modules

matrix:
include:
- node_js: "node"
before_script:
- npm run build
- npm run link
- danger
- node_js: "6"
- node_js: "7"

script:
- npm test
- npm run build
- npm run link
- danger

after_script:
- npm run flow
- npm run lint
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

// Add your own contribution below

* Adds more node instances to travis - romanki + orta

### 0.6.4

* The env vars `DANGER_TEST_REPO` and `DANGER_TEST_PR` will allow you initialize the FakeCI with a repo of your choice. See README.md for more info
Expand Down

0 comments on commit 9b9c569

Please sign in to comment.