Skip to content

Commit

Permalink
🚧 Fix lein install command
Browse files Browse the repository at this point in the history
  • Loading branch information
madmath03 committed Feb 15, 2019
1 parent 44f9538 commit a984a27
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ branches:
- wip
- develop

install:
- ./manage.sh build

before_script:
- env | sort

script:
- ./manage.sh build
- ./scripts/build-tests
- nvm install $NODE_VERSION
- node --version
- node out/tests.js
- ./manage.sh release-local
- ./manage.sh release-docker

Expand All @@ -31,5 +37,5 @@ after_script:
notifications:
email: false

env: # Environments
- VERSION=beta
env:
- NODE_VERSION=10.15.1

0 comments on commit a984a27

Please sign in to comment.