aboutsummaryrefslogtreecommitdiff
path: root/utilities/hash_script/node_modules/iconv-lite/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/hash_script/node_modules/iconv-lite/.travis.yml')
-rw-r--r--utilities/hash_script/node_modules/iconv-lite/.travis.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/utilities/hash_script/node_modules/iconv-lite/.travis.yml b/utilities/hash_script/node_modules/iconv-lite/.travis.yml
new file mode 100644
index 0000000..3eab7fd
--- /dev/null
+++ b/utilities/hash_script/node_modules/iconv-lite/.travis.yml
@@ -0,0 +1,23 @@
+ sudo: false
+ language: node_js
+ node_js:
+ - "0.10"
+ - "0.11"
+ - "0.12"
+ - "iojs"
+ - "4"
+ - "6"
+ - "8"
+ - "node"
+
+
+ env:
+ - CXX=g++-4.8
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - gcc-4.8
+ - g++-4.8
+