Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix the sbt command sequence with ';' #214

Merged
merged 2 commits into from
Jun 22, 2018

Conversation

jonas
Copy link
Contributor

@jonas jonas commented Jun 21, 2018

Broken by me in #177 so that nothing was actually being built.
Noticeable in #212 which should fail.

@jonas
Copy link
Contributor Author

jonas commented Jun 21, 2018

Looks like the combination of

addCommandAlias("verify", ";^ test:compile ;^ compile:doc ;^ test ;^ scripted ;docs/paradox")

and invoking it using

sbt ";^^$TRAVIS_SBT_VERSION;verify"

causes sbt to run the scripted tests for each of the configured versions in both builds in the build matrix.

@2m
Copy link
Contributor

2m commented Jun 22, 2018

Good point. I'll change the script to sbt verify so it is with parity with appveyor configuration.

@2m 2m added this to the 0.3.5 milestone Jun 22, 2018
@2m 2m merged commit fc10ce0 into lightbend:master Jun 22, 2018
@jonas jonas deleted the fix-travis-script branch June 22, 2018 14:48
@jonas
Copy link
Contributor Author

jonas commented Jun 22, 2018

Thanks @2m, makes sense.

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

Successfully merging this pull request may close these issues.

2 participants