mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
fix: try fix travis
This commit is contained in:
+2
-7
@@ -11,21 +11,16 @@ jobs:
|
||||
- commitlint-travis
|
||||
- name: 'Coverage'
|
||||
script: npm run coverage-coveralls
|
||||
- name: 'Build'
|
||||
script:
|
||||
- npm run build
|
||||
- npm run build-docs
|
||||
- stage: release
|
||||
name: 'Publish'
|
||||
if: branch = master
|
||||
script: skip
|
||||
script: npm run build
|
||||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script: npx semantic-release
|
||||
- name: 'Document'
|
||||
if: branch = master
|
||||
script: npm run build-docs
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
local_dir: docs/public
|
||||
|
||||
Reference in New Issue
Block a user