Skip to content

Commit

Permalink
chore: deprecate travis
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Jun 5, 2021
1 parent 0b19792 commit 4526ad8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 33 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,13 @@ jobs:
- run: npm run build
- run: npm run lint
- run: npm run test
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: ${{ github.event.head_commit.message }}
publish_dir: .
keep_files: true
env:
CI: true
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Dependency Status](https://david-dm.org/plantain-00/tree-component.svg)](https://david-dm.org/plantain-00/tree-component)
[![devDependency Status](https://david-dm.org/plantain-00/tree-component/dev-status.svg)](https://david-dm.org/plantain-00/tree-component#info=devDependencies)
[![Build Status: Linux](https://travis-ci.org/plantain-00/tree-component.svg?branch=master)](https://travis-ci.org/plantain-00/tree-component)
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/github/plantain-00/tree-component?branch=master&svg=true)](https://ci.appveyor.com/project/plantain-00/tree-component/branch/master)
![Github CI](https://github.com/plantain-00/tree-component/workflows/Github%20CI/badge.svg)
[![npm version](https://badge.fury.io/js/tree-component.svg)](https://badge.fury.io/js/tree-component)
Expand Down

0 comments on commit 4526ad8

Please sign in to comment.