Skip to content

Commit

Permalink
#7 Add CI configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezl committed Apr 18, 2020
1 parent a5f4783 commit e398ebe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
install:
- npm install
script:
- npm build
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
on:
branch: master

0 comments on commit e398ebe

Please sign in to comment.