Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Releases: jkawamoto/loci

v0.5.3

18 Sep 18:11
Compare
Choose a tag to compare

Update

  • Use Ubuntu Trusty as the base image according to Travis CI’supdate.

Fixed

  • Follow gocui library method rename. (PR #5)

v0.5.2

18 Jul 20:26
Compare
Choose a tag to compare

Update

  • Support remote docker servers.
  • Output logging messages whenever some of tests are failed.

Fixed

  • Missing global environment variables.
  • Missing packages and reducing sandbox image sizes.

v0.5.1

29 Jun 06:37
Compare
Choose a tag to compare

Update

  • Skipping tests for unsupported python versions

Fixed

  • Failed to parse attribute env if it contains secret values
  • Missing apt package ccache
  • Bugs about user interface

v0.5.0

24 Jun 06:10
Compare
Choose a tag to compare

Update

  • Support parallel running tests.
  • Support --select/-s flag to specify a runtime version tests will run on.
  • Delete --verbose flag but add --log flag to store logging information to files.

Fixed

  • no-color mode.

v0.4.5

19 Jun 05:37
Compare
Choose a tag to compare

Update

  • Improve test preparation time.
  • Use sub shell to execute each command.

v0.4.4

09 Jun 21:30
Compare
Choose a tag to compare

Update

  • To follow the update of docker client library.

Fixed

  • Provide sudo command in travis scripts.
  • Parse quoted env.

v0.4.3

10 Feb 23:12
Compare
Choose a tag to compare

Added

  • Install sudo command to support old style Travis's configuration files.

Fixed

  • Parsing quoted environment variables.

v0.4.2

02 Feb 00:33
Compare
Choose a tag to compare

Added

  • Support no-color and no-build-cache options.

Fixed

  • before_install, install, before_script, and script attributes support both a single string and a list of strings.

v0.4.1

31 Jan 09:49
Compare
Choose a tag to compare

Update

  • Allow unbounded variables in Travis's scripts.

v0.4.0

31 Jan 08:25
Compare
Choose a tag to compare

Added

  • Build images based on installed runtime to reduce preparation time.

Fixed

  • Avoid installing apt packages when another version number is given.
  • env attribute in .travis.yml allows both a string and a list of strings,
  • Before install step allows define environment variables,
  • Garbled characters in outputs of containers.