Skip to content

Commit

Permalink
fix nodejs version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicoder86 committed Nov 17, 2016
1 parent 279799e commit 49a73f8
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
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "4.4.2"
- "5"
after_success:
- 'cat coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter'
- 'cat coverage/lcov.info | ./node_modules/.bin/codeclimate-test-reporter'
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It bundles the application, copies the static files and starts the webserver wit
The transpiled application will have two separate ES5 compatible files: ```vendor.js``` for vendor libraries, ```boot.js``` for application logic.
Server side changes restart the server, client side changes rebundle the Angular 2 application and refresh the page with Livereload.

Note: The application needs at least Node 4+ installed.
Note: The application needs at least Node 5+ installed.

Open it in your browser [http://localhost:9000](http://localhost:9000) and start coding your first Angular 2 application in Javascript!

Expand Down

0 comments on commit 49a73f8

Please sign in to comment.