Skip to content

Commit

Permalink
Merge pull request #13 from docksal/travis/bionic
Browse files Browse the repository at this point in the history
Switch travis build to ubuntu 18.04 (bionic)
  • Loading branch information
sergey-zabolotny authored Nov 14, 2019
2 parents 70eff96 + 73210b2 commit 9c7ec15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: xenial
dist: bionic

language: minimal

Expand Down
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ _healthcheck_wait ()
run ping -c 1 -t 1 www.google2.com
# Use case insensitive comparison (,, modifier), as ping produces different output on different platforms
[[ "${output,,}" != *"ping www.google2.com "* ]]
[[ "${output,,}" == *"unknown host"* ]]
[[ "${output,,}" == *"not known"* ]]
unset output
}

0 comments on commit 9c7ec15

Please sign in to comment.