Skip to content

Commit

Permalink
Travis, OpenCPN#12
Browse files Browse the repository at this point in the history
  • Loading branch information
leamas committed Mar 6, 2019
1 parent 6f8151c commit e7e36a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
env:
matrix:
- OS_TYPE=fedora OS_VERSION=27
- OS_TYPE=fedora OS_VERSION=28

services:
- docker
Expand All @@ -11,7 +11,7 @@ before_install:
- echo 'DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock -s devicemapper"' | sudo tee /etc/default/docker > /dev/null
- sudo service docker restart
- sleep 5
- sudo docker pull fedora:27
- sudo docker pull fedora:28

script:
- ./start-docker.sh
Expand Down

0 comments on commit e7e36a4

Please sign in to comment.