Skip to content

Commit

Permalink
fix(node5): swap build instructions for node4 node5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Jul 27, 2016
1 parent 43c7c76 commit 4a25fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ after_success:
- npm run coverage
- npm run codeclimate
- BABEL_ENV=es2015 npm run compile -- -d lib
- BABEL_ENV=node4 npm run compile -- -d lib/node5
- BABEL_ENV=node5 npm run compile -- -d lib/node4
- BABEL_ENV=node4 npm run compile -- -d lib/node4
- BABEL_ENV=node5 npm run compile -- -d lib/node5
- BABEL_ENV=node6 npm run compile -- -d lib/node6
- npm run semantic-release

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"babel-preset-es2015-node4": "^2.1.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-es2015-node6": "^0.2.0",
"babel-register": "^6.9.0",
"babel-register": "^6.11.6",
"codeclimate-test-reporter": "^0.3.3",
"cz-conventional-changelog": "^1.1.6",
"echint": "^1.5.3",
Expand Down

0 comments on commit 4a25fd3

Please sign in to comment.