Skip to content

Commit 537d395

Browse files
committed
build(travis): update outdated travis.yaml keywords
1 parent 725fc27 commit 537d395

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
33
- "12.18.3"
4-
sudo: true
54

65
addons:
76
chrome: stable
@@ -22,10 +21,10 @@ script:
2221

2322
deploy:
2423
provider: pages
25-
skip-cleanup: true
24+
skip_cleanup: true
2625
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
2726
local_dir: dist/ngx-page-scroll-demo
28-
keep-history: true
27+
keep_history: true
2928
name:
3029
on:
3130
branch: master

0 commit comments

Comments
 (0)