Skip to content

Commit

Permalink
ci,build: un-dockerize bionic build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
commodo committed Apr 2, 2020
1 parent 7e1c0bc commit a537703
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ matrix:
- OS_VERSION=7
- EXTRA_SSH=-oHostKeyAlgorithms=+ssh-dss
- os: linux
dist: bionic
env:
- OS_TYPE=ubuntu_docker
- OS_VERSION=bionic
- EXTRA_SSH=-oHostKeyAlgorithms=+ssh-dss
- compiler: "gcc"
os: osx
Expand Down

0 comments on commit a537703

Please sign in to comment.