bootstrap-table
Version:
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
28 lines (24 loc) • 505 B
YAML
stages:
- test
- deploy
jobs:
include:
- stage: test
language: node_js
node_js:
- 10
name: "Lint src and check docs"
script: npm run pre-commit
if: type = pull_request
- stage: deploy
name: "Deploy docs"
language: ruby
rvm:
- 2.4.1
script: ./deploy.sh
if: branch = master AND type = push
cache: bundler
env:
global:
- ENCRYPTION_LABEL: "5453d0fdf68a"
- COMMIT_AUTHOR_EMAIL: "wenzhixin2010@gmail.com"