Releases: jkawamoto/loci
Releases · jkawamoto/loci
v0.5.3
Update
- Use Ubuntu Trusty as the base image according to Travis CI’supdate.
Fixed
- Follow gocui library method rename. (PR #5)
v0.5.2
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
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
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
v0.4.5
Update
- Improve test preparation time.
- Use sub shell to execute each command.
v0.4.4
Update
- To follow the update of docker client library.
Fixed
- Provide sudo command in travis scripts.
- Parse quoted env.
v0.4.3
Added
- Install sudo command to support old style Travis's configuration files.
Fixed
- Parsing quoted environment variables.
v0.4.2
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
Update
- Allow unbounded variables in Travis's scripts.
v0.4.0
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.