diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-11 23:54:53 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-12 00:15:08 -0600 |
| commit | 27c2e9141871d2920ec711f03af509779f39fca7 (patch) | |
| tree | 909e3a21bbb7319603c6c44792568ccaa1443f7c /.github | |
| parent | e37b0c604804d179f68e4a1adffe53e5782bae30 (diff) | |
remove remnants of Travis in CI config [skip ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c736e1b..0d856f17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,5 +105,4 @@ jobs: if: matrix.primary && github.event_name == 'push' && github.repository == 'asciidoctor/asciidoctor' env: GITHUB_API_TOKEN: ${{ secrets._GITHUB_API_TOKEN }} - TRAVIS_API_TOKEN: ${{ secrets.TRAVIS_API_TOKEN }} run: bundle exec rake build:dependents |
