File: .travis.yml

package info (click to toggle)
ghp-import 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: python: 329; makefile: 20
file content (16 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python

branches:
  only:
    - master

install:
  - make install

before_script:
  - git remote add github "https://${GITHUB_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" 2>&1 >/dev/null
  - export GIT_COMMITTER_NAME="ghp-import-bot"
  - export GIT_COMMITTER_EMAIL="ghp@import.bot"

script:
  - make -e DOCS_BRANCH="test-travis-${TRAVIS_BUILD_NUMBER}" -e DOCS_REMOTE=github docs clean