mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-08 21:08:18 +10:00
* chore: added cypresss * chore: added sidebar tests * chore: script update * chore: removed cypress examples * chore: added lib to eslintignore * chore: script fixes * chore: updated the snapshot
24 lines
295 B
YAML
24 lines
295 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js: stable
|
|
node_js:
|
|
- '10'
|
|
- '8'
|
|
- '12'
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_install:
|
|
- npm update
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run test:e2e
|
|
script:
|
|
- npm run lint
|