Skip to content

Commit ab14844

Browse files
committed
travis deploy added
1 parent 0dceb70 commit ab14844

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

.styleci.yml

-16
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,3 @@ disabled:
88
enabled:
99
- align_equals_minimal
1010
- 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
24-
keep_history: true
25-
on:
26-
branch: master

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,21 @@ before_script:
99

1010
script:
1111
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
12+
13+
14+
language: node_js
15+
node_js:
16+
- lts/*
17+
install:
18+
- yarn install # npm ci
19+
script:
20+
- yarn docs:build # npm run docs:build
21+
deploy:
22+
provider: pages
23+
skip_cleanup: true
24+
local_dir: docs/.vuepress/dist
25+
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
26+
keep_history: true
27+
on:
28+
branch: master
29+

0 commit comments

Comments
 (0)