Skip to content

Commit a537703

Browse files
committed
ci,build: un-dockerize bionic build
Travis-CI should have some Bionic docker images. Switch to those. Using these should be slightly less overhead. Ref: https://docs.travis-ci.com/user/reference/bionic/ Signed-off-by: Alexandru Ardelean <[email protected]>
1 parent 7e1c0bc commit a537703

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ matrix:
6666
- OS_VERSION=7
6767
- EXTRA_SSH=-oHostKeyAlgorithms=+ssh-dss
6868
- os: linux
69+
dist: bionic
6970
env:
70-
- OS_TYPE=ubuntu_docker
71-
- OS_VERSION=bionic
7271
- EXTRA_SSH=-oHostKeyAlgorithms=+ssh-dss
7372
- compiler: "gcc"
7473
os: osx

0 commit comments

Comments
 (0)