Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Update dependencies #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update dependencies #63

wants to merge 2 commits into from

Conversation

mkurz
Copy link

@mkurz mkurz commented Dec 1, 2019

No description provided.

Copy link

@marcospereira marcospereira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor suggestions. :-)

.travis.yml Show resolved Hide resolved
.travis.yml Outdated
- TRAVIS_JDK=8

before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh
install: jabba install "adopt@~1.$TRAVIS_JDK.0-0" && jabba use "$_" && java -Xmx32m -version

script:
- sbt +test
- sbt +publishLocal

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge these two commands in a single sbt session:

- sbt +test +publishLocal

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants