diff --git a/probot/presolver/travis.yml b/probot/presolver/travis.yml index 71156fd9f2..53b2e9966e 100644 --- a/probot/presolver/travis.yml +++ b/probot/presolver/travis.yml @@ -4,3 +4,18 @@ node_js: - "8.3" notifications: disabled: true +cache: + directories: + - "node_modules" +branches: + only: + - master +install: + - npm install +script: + - echo "Skipping tests" +deploy: + provider: pages + skip-cleanup: true + on: + branch: master