From 82f2b76e25a4a67e01ec67e5ebe39d14ad771ea8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Apr 2017 03:09:25 +0200 Subject: Reorganize module loading. We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node. --- node_modules/iconv-lite/.travis.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'node_modules/iconv-lite/.travis.yml') diff --git a/node_modules/iconv-lite/.travis.yml b/node_modules/iconv-lite/.travis.yml index f5343f193..0e82b1e83 100644 --- a/node_modules/iconv-lite/.travis.yml +++ b/node_modules/iconv-lite/.travis.yml @@ -1,14 +1,17 @@ sudo: false - env: - - CXX=g++-4.8 language: node_js node_js: - - "0.8" - "0.10" - "0.11" - "0.12" - "iojs" - - "4.0" + - "4" + - "6" + - "node" + + + env: + - CXX=g++-4.8 addons: apt: sources: @@ -16,5 +19,4 @@ packages: - gcc-4.8 - g++-4.8 - before_install: - - "test $TRAVIS_NODE_VERSION != '0.8' || npm install -g npm@1.2.8000" + -- cgit v1.2.3