mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 01:51:02 -04:00
Update .travis.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user