Skip to content

Commit

Permalink
hotfix: Travis yml (#1756)
Browse files Browse the repository at this point in the history
* fix hyphen issue for sync and controller code

* minnor change for sync and controller code

* chore: removes visraam class

* Adds isMahaanKoshTooltipEnabled boolean to the render logic of Larivaar & standard display

* Adds a setting to enable Mahaan Kosh Tooltip under the settings tab, needs work on the svg icon

* Adds reading mode to getBaaniLine to fix the mahaankosh reading mode bug

* Fixes MahaanKoshTooltipBug by wrapping BaaniLine with MahaanKoshContext.provider

* Updates test case

* chore: fixes display print option

* chore: fixes horizontal scroll

* Updates Meta.test.jsx snapshot to fix failed build

* Fixes MahaanKoshTooltip Toggle icon

* Fixes MahaanKoshTooltipSetting Icon

* Fix api urls constants (#1749)

* chore: adds production url back to the api constants

* chore: updates package.json

* updates banner page text (#1750)

* chore: updates main page banner text

* fix: fixes typo and links

* chore: updates texts

* chore: updates to v1.17.9 (#1751)

* chore: updates packge-lock.json (#1754)

* chore: updates travis yml (#1755)

* chore: updates travis yml

* chore: updates to beta v5

* Release v1.17.9 (#1752) (#1753)

* fix hyphen issue for sync and controller code

* minnor change for sync and controller code

* chore: removes visraam class

* Adds isMahaanKoshTooltipEnabled boolean to the render logic of Larivaar & standard display

* Adds a setting to enable Mahaan Kosh Tooltip under the settings tab, needs work on the svg icon

* Adds reading mode to getBaaniLine to fix the mahaankosh reading mode bug

* Fixes MahaanKoshTooltipBug by wrapping BaaniLine with MahaanKoshContext.provider

* Updates test case

* chore: fixes display print option

* chore: fixes horizontal scroll

* Updates Meta.test.jsx snapshot to fix failed build

* Fixes MahaanKoshTooltip Toggle icon

* Fixes MahaanKoshTooltipSetting Icon

* Fix api urls constants (#1749)

* chore: adds production url back to the api constants

* chore: updates package.json

* updates banner page text (#1750)

* chore: updates main page banner text

* fix: fixes typo and links

* chore: updates texts

* chore: updates to v1.17.9 (#1751)

---------

Co-authored-by: Yadvir Kaur <[email protected]>
Co-authored-by: Japnit Singh <[email protected]>
Co-authored-by: Aman Singh <[email protected]>
Co-authored-by: Japnit Singh <[email protected]>

* Adds rvm install to pre-install step

* Removes the hotfix from dev branch

* Adds ruby version upgrade step to pre-install step (#1758)

* Adds rvm install to pre-install step

* Removes the hotfix from dev branch

* Specifies command to use ruby version, force install dpl 2.0.5.1

* Upgrades ruby version to 3.3.5

* Fixes Ruby version to 3.1.0

* Should fix unrecogonized ruby version by updating rvm

* Gem goes to older version

* Fixes gem to a previous version

* Degrades dpl version to 1.10.16

* Fixes dpl version by adding version under branch directly

---------

Co-authored-by: Yadvir Kaur <[email protected]>
Co-authored-by: Japnit Singh <[email protected]>
Co-authored-by: Aman Singh <[email protected]>
Co-authored-by: Japnit Singh <[email protected]>
  • Loading branch information
5 people authored Oct 28, 2024
1 parent ec75d3c commit f326a4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,22 @@ deploy:
# deploy to dev
- provider: script
script: bash scripts/deploy.sh dev
edge:
branch: v1.10.16
on:
branch: dev
# deploy to production
- provider: script
script: bash scripts/deploy.sh prod
edge:
branch: v1.10.16
on:
branch: master

before_install:
- npm i -g [email protected]
- rvm install 2.7.0
- rvm use 2.7.0 --default
- bash scripts/decrypt.sh
before_script:
- bash scripts/set-up.sh
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@
"singleQuote": true,
"trailingComma": "es5"
}
}
}

0 comments on commit f326a4d

Please sign in to comment.