forked from thlorenz/doctoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make commands explicit and update npm versions (thlorenz#180)
- Loading branch information
José Eduardo Montenegro Cavalcanti de Oliveira
authored
Oct 12, 2020
1 parent
427b21a
commit de06803
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
language: node_js | ||
|
||
os: linux | ||
|
||
dist: bionic | ||
|
||
node_js: | ||
- 0.10 | ||
- 0.12 | ||
- 4 | ||
- 6 | ||
- 8 | ||
- 9 | ||
- 10 # Previous LST | ||
- 12.18.1 # Actual LTS | ||
- 14.4.0 # Latest version | ||
|
||
install: npm install | ||
|
||
script: npm test | ||
|
||
cache: npm |