Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Vuepress installation in TravisCI simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Apr 9, 2019
1 parent 1faa9b5 commit e7b0799
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- docker
node_js: 10
install:
- npm install -g vuepress@next
- npm install @vuepress/plugin-medium-zoom @vuepress/plugin-back-to-top vuepress-plugin-seo
- npm install vuepress@next @vuepress/plugin-medium-zoom @vuepress/plugin-back-to-top vuepress-plugin-seo
script:
# Get local IP
- export HOST_IP_ADDRESS="$(ip -4 addr show docker0 | sed -n 's/.* inet \([^/]*\).*/\1/p')"
Expand Down Expand Up @@ -60,8 +59,7 @@ jobs:
language: node_js
node_js: 10
install:
- npm install vuepress@1.0.0-alpha.44 @vuepress/core@1.0.0-alpha.44
- npm install @vuepress/plugin-medium-zoom @vuepress/plugin-back-to-top vuepress-plugin-seo
- npm install vuepress@next @vuepress/plugin-medium-zoom @vuepress/plugin-back-to-top vuepress-plugin-seo
script:
- vuepress build docs
- cp LICENSE docs/.vuepress/dist
Expand Down

0 comments on commit e7b0799

Please sign in to comment.