You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .styleci.yml
-16
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,3 @@ disabled:
8
8
enabled:
9
9
- align_equals_minimal
10
10
- length_ordered_imports
11
-
12
-
language: node_js
13
-
node_js:
14
-
- lts/*
15
-
install:
16
-
- yarn install # npm ci
17
-
script:
18
-
- yarn docs:build # npm run docs:build
19
-
deploy:
20
-
provider: pages
21
-
skip_cleanup: true
22
-
local_dir: docs/.vuepress/dist
23
-
github_token: $GITHUB_TOKEN # A token generated on GitHub allowing Travis to push code on you repository. Set in the Travis settings page of your repository, as a secure variable
github_token: $GITHUB_TOKEN # A token generated on GitHub allowing Travis to push code on you repository. Set in the Travis settings page of your repository, as a secure variable
0 commit comments