Skip to content

Commit

Permalink
testing dual language
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Oct 23, 2021
1 parent 4f02f3a commit 57b2595
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
os: linux
dist: focal
language: python
services:
- docker
language: python

stages:
- test
Expand All @@ -14,6 +14,7 @@ jobs:
- stage: test
name: "Test"
if: type = pull_request
language: python
install:
- pip install mkdocs-material
script:
Expand All @@ -22,13 +23,11 @@ jobs:
- stage: "publish"
name: "publish"
if: branch = master
language: node_js
node_js:
- 17
env:
- IMAGE=pivpn/docs
before_install:
- curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
- sudo apt-get -q update
- sudo apt-get install -y nodejs
- node --version
install:
- pip install mkdocs-material
- npm install @semantic-release/github -D
Expand All @@ -39,6 +38,7 @@ jobs:
- echo $PWD
- ls -la
script:
- mkdocs build
- docker build -t $IMAGE .
- npx semantic-release
# - npx semantic-release

0 comments on commit 57b2595

Please sign in to comment.