-
Notifications
You must be signed in to change notification settings - Fork 72
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
travis only has trusty machines #220
Labels
Comments
Thanks, I saw that soon after I tried to change the dist, I'm either going to make the lintian script work on trusty or use docker for travis, haven't gotten around to doing it yet. |
rkitover
added a commit
that referenced
this issue
Aug 29, 2017
Switch the travis config to using Ubuntu Artful (the dev release) via Docker. Currently the docker image will be built on travis, but later we may store it in the hub for faster test runs. Add autopkgtest support to debian/ using the bats test suite. Break the `make install-deb` rule into multiple rules, this allows calling `make build-deb` to just build and not install, and for the Dockerfile, `make build-deb-deps` to just install the the build deps.
rkitover
added a commit
that referenced
this issue
Aug 29, 2017
Switch the travis config to using Ubuntu Artful (the dev release) via Docker. The previous two commits: 30d392e and e76538b, had no effect because the `dist:` field for `.travis.yml` only supports releases up to "trusty" and later versions have no effect. Currently the docker image will be built on travis, but later we may store it in the hub for faster test runs. Add autopkgtest support to debian/ using the bats test suite. Break the `make install-deb` rule into multiple rules, this allows calling `make build-deb` to just build and not install, and for the Dockerfile, `make build-deb-deps` to just install the the build deps.
@lucc switched to Docker, all good now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rkitover your latest
dist:
changes are useless. See the official docs and the logs of the build (line 16+).The text was updated successfully, but these errors were encountered: