Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 8, 2015
1 parent ba715ae commit 6f068d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,3 +1,6 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'

2 comments on commit 6f068d2

@sindresorhus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SBoudrias Any idea why it randomly started failing here? Must have been a patch release for yeoman-generator or something?

https://travis-ci.org/yeoman/generator-generator/builds/49939803

@SBoudrias
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue is probably in the test https://github.com/yeoman/generator-generator/blob/master/test/test-subgenerator.js#L12 - I'd say there's an ordering issue or the callback is not called.

Please sign in to comment.