mirror of
https://github.com/coder/code-server.git
synced 2026-05-28 01:23:50 +02:00
Groundwork for language support
- Implement the localization service. - Use the proper build process which generates the require JSON files. - Implement getting the locale and language configuration.
This commit is contained in:
@@ -16,6 +16,8 @@ matrix:
|
||||
- os: osx
|
||||
env:
|
||||
- VSCODE_VERSION="1.36.1" MAJOR_VERSION="2" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi
|
||||
script:
|
||||
- scripts/ci.bash
|
||||
before_deploy:
|
||||
|
||||
Reference in New Issue
Block a user