Skip to content

Commit

Permalink
chore(build): bump node to 14 to support new semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx committed Oct 1, 2021
1 parent a497c8c commit 2018d5a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,28 @@ env:
- GO111MODULE=on

before_install:
- nvm install 12
- npm install -g npm@6.x
- sudo apt-get update
- sudo apt-get install python

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.41.1
- curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh
- curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.8.1

script:
- make scan-gosec
- make all
- make scan-gosec

after_success:
- build/publishCodeCoverage.sh

before_deploy:
- pip install --user bump2version
- nvm install 12
- nvm install 14
- npm install -g npm@6.x
- npm install @semantic-release/changelog
- npm install @semantic-release/exec
- npm install @semantic-release/git
- npm install @semantic-release/github
- pip install --user bump2version

deploy:
- provider: script
Expand Down

0 comments on commit 2018d5a

Please sign in to comment.