mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
travis node version
This commit is contained in:
parent
828ee21072
commit
8d4f481773
@ -16,7 +16,7 @@ cache:
|
|||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- nvm install 4.1 && nvm use 4.1
|
- nvm install 7.5.0 && nvm use 7.5.0
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|||||||
@ -37,7 +37,7 @@ import org.apache.log4j.Logger;
|
|||||||
public class ProcessUtil {
|
public class ProcessUtil {
|
||||||
private final static Logger logger = Logger.getLogger(ProcessUtil.class);
|
private final static Logger logger = Logger.getLogger(ProcessUtil.class);
|
||||||
|
|
||||||
public static final String NODE_MINIMUM_VERSION = "v7.5.0";
|
public static final String NODE_MINIMUM_VERSION = "v6.1.0";
|
||||||
|
|
||||||
private static boolean initialized = false;
|
private static boolean initialized = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user