summaryrefslogtreecommitdiffstats
path: root/node_modules/postcss-modules-values/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/postcss-modules-values/.travis.yml')
-rw-r--r--node_modules/postcss-modules-values/.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/postcss-modules-values/.travis.yml b/node_modules/postcss-modules-values/.travis.yml
new file mode 100644
index 0000000..7a4a137
--- /dev/null
+++ b/node_modules/postcss-modules-values/.travis.yml
@@ -0,0 +1,9 @@
+language: node_js
+node_js:
+ - "4"
+ - "6"
+ - "node"
+script: npm run travis
+
+before_install:
+ - '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'