diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-02-20 14:44:31 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-02-20 17:48:28 +0100 |
| commit | 0a9d2493c98009df43252bd3ec2ebfccc2904052 (patch) | |
| tree | def0d97ba505252a97b37ee52b6d190e61e0cca6 | |
| parent | a66156cb6ca007a9321ac91a8007cfc8faf6ec39 (diff) | |
| download | mullvadvpn-0a9d2493c98009df43252bd3ec2ebfccc2904052.tar.xz mullvadvpn-0a9d2493c98009df43252bd3ec2ebfccc2904052.zip | |
Drop script adding stubs for platform dependent modules on Travis
| -rw-r--r-- | .travis.yml | 13 |
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: |
