mirror of https://github.com/webpack/webpack.git
fix(travis): require v0.12 as passing
This commit is contained in:
parent
481dff04f1
commit
a7c51cad5f
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
if [ "$TRAVIS_NODE_VERSIONNODEV":0:1 == "v0.12.17" ];
|
if [ "$TRAVIS_NODE_VERSION" == "v0.12.17" ];
|
||||||
then npm install && npm link && npm link webpack;
|
then npm install && npm link && npm link webpack;
|
||||||
else npm install yarn -g && yarn install && yarn link || true && yarn link webpack;
|
else npm install yarn -g && yarn install && yarn link || true && yarn link webpack;
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in New Issue