mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Avoid PhantomJS 1.9.2 bug in .travis.yml.
This commit is contained in:
@@ -24,5 +24,5 @@ script:
|
||||
- "[ $MAKE != false ] && git clone --depth=1 --branch=master git://github.com/lodash/lodash-cli.git ./node_modules/lodash-cli || true"
|
||||
- "[ $MAKE != false ] && mkdir ./node_modules/lodash-cli/node_modules && cd ./node_modules/lodash-cli/node_modules/ && ln -s ../../../ ./lodash && cd ../ && npm i . && cd ../../ || true"
|
||||
- "[ $MAKE != false ] && node ./node_modules/lodash-cli/bin/lodash $BUILD -o ./dist/lodash.$BUILD.js || true"
|
||||
- "[ $BUILD != false ] && $BIN ./test/test.js ./dist/lodash.$BUILD.js || true"
|
||||
- "[ $BUILD != false ] && $BIN ./test/test.js ./dist/lodash.$BUILD.min.js || true"
|
||||
- "[ $BUILD != false ] && cd ./test && $BIN ./test.js ../dist/lodash.$BUILD.js && cd ../ || true"
|
||||
- "[ $BUILD != false ] && cd ./test && $BIN ./test.js ../dist/lodash.$BUILD.min.js && cd ../ || true"
|
||||
|
||||
Reference in New Issue
Block a user