aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-09-22 21:11:55 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-22 20:11:55 +0100
commitf1f7fa56e19d70770082f3d71bac1f4f875877ed (patch)
tree4f665073eec5db9890c26fa4f7a8d3a946dcb83e /.travis.yml
parentAdd Belarusian to app locales (diff)
downloadferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.tar.gz
ferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.tar.zst
ferdium-app-f1f7fa56e19d70770082f3d71bac1f4f875877ed.zip
Add packaging of recipes as part of build process (#966)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 29d31c4a8..a120aae49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ cache: npm
28before_install: 28before_install:
29 - git submodule update --init --recursive 29 - git submodule update --init --recursive
30install: 30install:
31 - cd recipes && npm install && npm run package && cd ..
31 - travis_retry npx lerna bootstrap 32 - travis_retry npx lerna bootstrap
32 - travis_retry npm install node-sass -g 33 - travis_retry npm install node-sass -g
33before_script: 34before_script: