Skip to content

Commit

Permalink
Fix stretch build (GladysAssistant#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
VonOx authored and Pierre-Gilles committed Mar 3, 2019
1 parent f989c79 commit cf2ca03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,12 @@ jobs:
- DOCKER_REPO_SLUG=gladysassistant/gladys
- MAJOR_VERSION=$(echo $TRAVIS_TAG | cut -d'.' -f 1)
- DOCKER_CLI_EXPERIMENTAL=enabled
before_script:
- sudo touch /etc/docker/daemon.json
- sudo cat /etc/docker/daemon.json
- sudo service docker stop
- 'echo ''{"dns": ["9.9.9.9","8.8.8.8"]}'' | sudo tee /etc/docker/daemon.json'
- sudo /sbin/sysctl -w net.ipv4.conf.all.forwarding=1
- sudo service docker start
script:
- bash docker/ci-docker-build.sh

0 comments on commit cf2ca03

Please sign in to comment.