summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bbb37edfb..34de747b1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,19 +11,6 @@ matrix:
install:
- yarn install
-
- # FIXME: Flow throws error for optional dependencies
- # missing from node_modules on unsupported platforms
- # see: https://github.com/facebook/flow/issues/4171
- - OPTIONAL_DEPS=('nseventmonitor' 'windows-security');
- for MODULE in ${OPTIONAL_DEPS[@]}; do
- FILE="node_modules/$MODULE/index.js";
- if [ ! -f $FILE ]; then
- echo "Installing a stub for $MODULE..";
- mkdir -p `dirname $FILE`;
- echo "module.exports = {};" > $FILE;
- fi
- done
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
script: