From 8aadcfda7aa92dd120dfbf833612b1b98742374e Mon Sep 17 00:00:00 2001 From: Yevhen Vydolob Date: Mon, 10 Dec 2018 12:14:47 +0200 Subject: [PATCH] eclipse/che#11306 remove 'main' section, remove 'addons' section Signed-off-by: Yevhen Vydolob --- .travis.yml | 10 ---------- extensions/eclipse-che-theia-plugin/package.json | 1 - 2 files changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 932151d1c..38e871cc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,17 +13,7 @@ branches: - master env: global: - - CXX=g++-4.8 - NODE_OPTIONS="--max_old_space_size=4096" -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 - - oracle-java9-set-default - - libsecret-1-dev - chrome: stable before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0 - export PATH=$HOME/.yarn/bin:$PATH ; diff --git a/extensions/eclipse-che-theia-plugin/package.json b/extensions/eclipse-che-theia-plugin/package.json index 1f4732afc..bdaa6e35c 100644 --- a/extensions/eclipse-che-theia-plugin/package.json +++ b/extensions/eclipse-che-theia-plugin/package.json @@ -7,7 +7,6 @@ }, "license": "EPL-2.0", "types": "./src/che.d.ts", - "main": "./src/che.d.ts", "files": [ "src" ],