Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit db9e1ba

Browse files
author
Orta
authored
Merge pull request #204 from peterblazejewicz/fix/travis-yml-nodejs-versions
Specify NodeJS version as strings in Travis configuration
2 parents a2e090f + 3943aff commit db9e1ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 8
5-
- 9
6-
- 10
4+
- "8"
5+
- "9"
6+
- "10"
77
services:
88
- mongodb
99
cache:

0 commit comments

Comments
 (0)