Skip to content

Commit eb853c9

Browse files
Denis KarlyukDenis Karlyuk
authored andcommitted
added latest node.js release and fixed node.js url
1 parent 01c1a4a commit eb853c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- "5.10.0"
3+
- "lts/*"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To start javascript assignments please follow the next steps:
3333

3434

3535
### How to setup work environment
36-
* Download and install the latest [Nodejs](https://nodejs.org/en/download/stable/).
36+
* Download and install the latest [Nodejs](https://nodejs.org/en/download/).
3737
* Run `npm install` from you repository folder to download the required modules. All dependent modules will be located in the *node_modules* folder.
3838
* Open your favorite editor and complete tasks.
3939
* Open your terminal and use `npm test` command to run all tests. You can run single file by passing it as argument `npm test ./test/01-strings-tests.js`.

0 commit comments

Comments
 (0)