diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2531c2a63..000000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -dist: bionic -sudo: false -language: node_js - -node_js: stable -cache: false - -git: - depth: 1 - -script: - - npm test - - bash scripts/build.sh - -deploy: - provider: script - script: bash scripts/deploy.sh - skip_cleanup: true - on: - repo: tldr-pages/tldr - branch: master