Skip to content

Commit

Permalink
Feature/243 modifiable dc conf (#249)
Browse files Browse the repository at this point in the history
* Modify data center config #243

* Fix issues reported by Codeclimate

* Bump CLI version for gem upgrade

* Set pyenv version to 3.7.1 in publish stage
  • Loading branch information
sayantam committed Sep 1, 2021
1 parent be91b77 commit ab17659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
env:
- TAG_VALUE="Hailstorm Site - cli"
before_install:
- pyenv global 3.7.1
- make cli_integration_before_install
install:
- make COMPOSE=cli-verify cli_integration_install
Expand All @@ -247,6 +248,7 @@ jobs:
addons:
firefox: latest
before_install:
- pyenv global 3.7.1
- nvm install ${NODE_VERSION}
- rvm install ${JRUBY}
- make web_integration_before_install
Expand Down

0 comments on commit ab17659

Please sign in to comment.