It's currently not possible to test against the dev builds. This would require:
- Downloading and installing the dev build (easy on Windows).
- Somehow providing an interface to place a valid license in the correct location to allow execution of the dev build.
Travis CI has a kind of "secret value setting" thing where you can provide secret information that is not part of .travis.yml, but I don't exactly remember how it works, nor have I ever used it.
It's currently not possible to test against the dev builds. This would require:
Travis CI has a kind of "secret value setting" thing where you can provide secret information that is not part of
.travis.yml, but I don't exactly remember how it works, nor have I ever used it.