Skip to content

Commit

Permalink
Merge pull request #22 from benoitvallon/add-node-versions-to-travis
Browse files Browse the repository at this point in the history
Adds node versions to travis
  • Loading branch information
benoitvallon committed Mar 5, 2016
2 parents 472b3d4 + bce1a72 commit bf7760b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ node_js:
- "4.1"
- "4.2"
- "5.0"
- "5.1.1"
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "5.7.1"

script: npm run travis
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"testFileExtensions": [
"js"
],
"testPathDirs": [
"src"
],
"moduleFileExtensions": [
"js"
],
Expand Down
4 changes: 2 additions & 2 deletions rn-cli.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var blacklist= require("react-native/packager/blacklist");
var blacklist = require('react-native/packager/blacklist');
var config = {
getBlacklistRE(platform) {
return blacklist(platform,[/react\-native\-nw\-react\-calculator.+\/node_modules\/fbjs.*/]);
}
}
};
module.exports = config;

0 comments on commit bf7760b

Please sign in to comment.