diff --git a/.travis.yml b/.travis.yml index bf9dae0..b21c075 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,15 @@ language: node_js +os: osx node_js: - "6" - "8" - "10" +cache: npm branches: only: - master -install: - - export DISPLAY=':99.0' - - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - - npm install - notifications: email: on_success: never