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" ],