freeCodeCamp/tools/dashboard/probot/travis.yml

24 lines
344 B
YAML

sudo: false
language: node_js
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
github-token: $GITHUB_ACCESS_TOKEN
keep-history: true
on:
branch: master