Skip to content

Commit

Permalink
chore(travis): test language packs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorgewilliams committed Nov 15, 2023
1 parent 59647a9 commit d5e41e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ language: node_js
dist: focal
node_js:
- 18
addons:
apt:
packages:
# Japanese
- language-pack-ja
- japan*
# Chinese
- language-pack-zh*
- chinese*
# Korean
- language-pack-ko
- korean*
# Fonts
- fonts-arphic-ukai
- fonts-arphic-uming
- fonts-ipafont-mincho
- fonts-ipafont-gothic
- fonts-unfonts-core

before_install:
- npm install -g grunt-cli
Expand Down

0 comments on commit d5e41e1

Please sign in to comment.