Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-11-11 12:54:01 +0300
committerGitHub <noreply@github.com>2019-11-11 12:54:01 +0300
commitd4d4111fde27d56fa3807b9d8972c356e5d8f023 (patch)
treece31da64b96ac4414de15de4b3acdaee15e1a96d
parente13e2aad7aa6df7df47c7f5bcd5c3a49c9c60a01 (diff)
Travis CI: Add Node.js 12. (#447)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7645511..a710c82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ node_js:
- "6"
- "8"
- "10"
+ - "12"
install:
- npm install
before_script: