From c8af68fb387f2949c6413fc127b3a77de178d760 Mon Sep 17 00:00:00 2001 From: jekkos Date: Sun, 11 Jun 2023 22:26:31 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- app/Config/App.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13bed02c7..fd3658886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ script: - version=$(grep application_version app/Config/App.php | sed "s/.*=\s'\(.*\)';/\1/g") - echo "$version-$branch-$rev" - npm version "$version-$branch-$rev" --force || true - - docker run --rm -it -v $(pwd):/app -w /app opensourcepos/node-grunt-bower - sh -c "npm install && npm run build" + - docker run --rm -it -v $(pwd):/app -w /app node/node + sh -c "npm install && npm install -g gulp && npm run build" - docker build . --target ospos -t ospos - docker build database/ -t jekkos/opensourcepos:sqlscript env: diff --git a/app/Config/App.php b/app/Config/App.php index d968861b3..a4ba6c1a8 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -12,7 +12,7 @@ class App extends BaseConfig * * @var string */ - public $application_version = '4.0.0-dev'; + public $application_version = '3.4.0-dev'; /** * This is the commit hash for the version you are currently using.