How to set up Travis-ci with multiple languages
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: My project uses both nodejs and java I tried starting off with a node_js build then installing java (since this is an npm module) but the scripts to install java failed, plus I don't think there's a need to install it when there is a build with java that already exists. should I start off with a java build then install node? I'm trying this language : java - oraclejdk8 language : node_js node_js : - "0.10" which ignores the first 2 lines it seems and builds a node_js build which has java 7 and my project uses java 8 I tried this