Skip to content

Commit

Permalink
travis-ci: deploy from builder that runs distcheck
Browse files Browse the repository at this point in the history
Problem: the previous fix for travis-ci auto-deploy was broken
because the deploy was being attempted on a builder that doesn't
run `make distcheck` any more, so there was no tarball to deploy.

Move the deploy to a builder with DISTCHECK=t.
  • Loading branch information
grondo committed Jan 4, 2019
1 parent 5990557 commit 13945b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
compiler: gcc
env:
- PYTHON_VERSION=2.7
- GITHUB_RELEASES_DEPLOY=t
- name: "Ubuntu: py3.6 distcheck"
stage: test
compiler: gcc
env:
- DISTCHECK=t
- PYTHON_VERSION=3.6
- GITHUB_RELEASES_DEPLOY=t
- name: "Ubuntu: gcc-8 --with-flux-security/caliper, distcheck"
stage: test
compiler: gcc-8
Expand Down

0 comments on commit 13945b9

Please sign in to comment.