Skip to content
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

Try to debug Travis problem #538

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
fix
  • Loading branch information
mattias-p committed Aug 9, 2019
commit 0fe726dfd844c7ade0028ba356f8d5bfbc95c129
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ before_install:
- eval $(curl https://travis-perl.github.io/init) --auto
- local-lib
- git clone --depth=1 --branch=develop https://github.com/zonemaster/zonemaster-ldns.git
- git --git-dir ./zonemaster-ldns/.git rev-parse --short HEAD
- git clone --depth=1 --branch=develop https://github.com/zonemaster/zonemaster-engine.git
- git --git-dir ./zonemaster-engine/.git rev-parse --short HEAD
- cpan-install --deps Devel::CheckLib Module::Install::XSUtil
- cpan-install --deps ./zonemaster-ldns
- echo Zonemaster::LDNS: `git --git-dir zonemaster-ldns/.git describe --tags`
- cpan-install --deps ./zonemaster-engine
- echo Zonemaster::Engine: `git --git-dir zonemaster-engine/.git describe --tags`

before_script:
- if [[ "$TARGET" == "PostgreSQL" ]]; then psql -c "create user travis_zonemaster WITH PASSWORD 'travis_zonemaster';" -U postgres; fi
Expand Down