diff --git a/.travis.yml b/.travis.yml index fa5bbb10..f0c75b9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,6 @@ addons: install: - yarn - - cd app && yarn && cd .. - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" before_script: diff --git a/appveyor.yml b/appveyor.yml index 0b052f4e..5f80d380 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,6 @@ install: - ps: Install-Product node $env:nodejs_version - set CI=true - yarn - - cd app && yarn test_script: - node --version