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

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2017-12-05 19:36:18 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2017-12-05 19:36:18 +0300
commitd5e3d7dcb87f8898223573e7d85eb102275d7a68 (patch)
tree2fee9ab63d745fc99d3aea31e24daa816e573a35 /.travis.yml
parent90c5d18e601f079c4e514ded011a14b479513784 (diff)
Drop Node.js v0.12 support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d03d3aa..8e631e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,7 @@
sudo: false
language: node_js
node_js:
- - '0.12'
- '4'
- - '5'
- '6'
-# Skip npm posttest script on Node 0.12.
-script: ./bin/is-modern-node && npm test || npm run test-only
+ - '8'
+ - '9'