Update .travis.yml

This commit is contained in:
jekkos
2023-06-11 22:26:31 +02:00
parent 13e0011841
commit c8af68fb38
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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.