Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 275ed00

Browse files
fix: config v2 warn
1 parent bec0ddc commit 275ed00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
os: linux
12
language: node_js
23
node_js: '12'
34
branches:
@@ -20,10 +21,10 @@ after_script:
2021
- codecov
2122
deploy:
2223
provider: pages
23-
skip-cleanup: true
24-
github-token: $GITHUB_TOKEN
25-
keep-history: true
26-
local-dir: dist
24+
skip_cleanup: true
25+
token: $GITHUB_TOKEN
26+
keep_history: true
27+
local_dir: dist
2728
verbose: true
2829
on:
2930
branch: master

0 commit comments

Comments
 (0)