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

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-05-03 02:02:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-05-03 02:02:00 +0300
commit8c8fe2791d0caaccdc2832dc988dbd0d3b0b7b07 (patch)
treee55c6c7af45905a7a0c4f1f050c007b6dec3be35
parente72a365a9249033b42c5b64200c9560558e26d2e (diff)
Add Node.js 10.x. in Travis.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 331a241..2e9fc9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ node_js:
- "4"
- "6"
- "8"
+ - "10"
matrix:
fast_finish: true