mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 22:31:50 -05:00
🚧 Fix lein install command
This commit is contained in:
parent
44f9538819
commit
a984a2795d
1 changed files with 9 additions and 3 deletions
12
.travis.yml
12
.travis.yml
|
@ -16,11 +16,17 @@ branches:
|
||||||
- wip
|
- wip
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
|
install:
|
||||||
|
- ./manage.sh build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- env | sort
|
- env | sort
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./manage.sh build
|
- ./scripts/build-tests
|
||||||
|
- nvm install $NODE_VERSION
|
||||||
|
- node --version
|
||||||
|
- node out/tests.js
|
||||||
- ./manage.sh release-local
|
- ./manage.sh release-local
|
||||||
- ./manage.sh release-docker
|
- ./manage.sh release-docker
|
||||||
|
|
||||||
|
@ -31,5 +37,5 @@ after_script:
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
env: # Environments
|
env:
|
||||||
- VERSION=beta
|
- NODE_VERSION=10.15.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue