From 5b10a10743b8459f64fe83e0ff420f69da79c9a4 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 28 Jul 2022 15:32:10 +1000 Subject: Moving scripts and utilities into a new utilities dir --- .../node_modules/iconv-lite/.travis.yml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 utilities/hash_script/node_modules/iconv-lite/.travis.yml (limited to 'utilities/hash_script/node_modules/iconv-lite/.travis.yml') 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 + -- cgit v1.2.3