Skip to content

Releases: dwijnand/sbt-travisci

1.2.0

26 Mar 09:34
2887931
Compare
Choose a tag to compare
  • Defines and initialises scala212 in ThisBuild to the unique 2.12.x version in .travis.yml, or "no-2.12-version" if none set and "multiple-2.12-versions" (with a warning log) if multiple set. Same for scala210, scala211, and scala213. #11/#27

v1.1.3...v1.2.0

1.1.3

26 Mar 09:29
v1.1.3
Compare
Choose a tag to compare

See 1.1.2. Nothing new here, just a fixed release.

1.1.2

26 Mar 09:27
v1.1.2
Compare
Choose a tag to compare
  • Remove duplicates in versions (useful when your matrix includes multiple JVM versions).
    #24 by @xuwei-k

v1.1.1...v1.1.2

1.1.1

22 Aug 10:54
v1.1.1
cfebde6
Compare
Choose a tag to compare

Enhancements

1.1.0

25 Feb 16:06
v1.1.0
d083cf9
Compare
Choose a tag to compare

Improvements

  • Introduces travisPrNumber: travisPrNumber in Global will be automatically set to the number of the pull request, in case the build is a pull request build.
    Otherwise, it will have a value of None. #12 by @EmilDafinov

1.0.0

05 Jan 11:36
v1.0.0
e5dcd3e
Compare
Choose a tag to compare
  • Initial implementation.
  • isTravisBuild in Global will be automatically be set to true if the current build is running under Travis
    CI.
  • crossScalaVersions in ThisBuild will be automatically set to the scala versions in .travis.yml, falling
    back (with warnings) to the value of crossScalaVersions in Global if it can't be found or parsed properly.
  • scalaVersion in ThisBuild will be automatically set to TRAVIS_SCALA_VERSION if isTravisBuild is true,
    otherwise to the last version in crossScalaVersions, and so by default, sbt will assume you want to
    develop under the last version listed in .travis.yml.

1.0.0-M1

20 Nov 23:35
v1.0.0-M1
97a3b96
Compare
Choose a tag to compare
1.0.0-M1 Pre-release
Pre-release
  • Initial implementation.
  • crossScalaVersions in ThisBuild will be automatically set to the scala versions in .travis.yml.