Skip to content

Commit

Permalink
Merge pull request #808 from abraham/dist
Browse files Browse the repository at this point in the history
Update to bionic
  • Loading branch information
abraham committed Nov 29, 2019
2 parents 75a83ab + c04794f commit b133d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: php
dist: xenial
dist: bionic
php:
- '7.2'
- '7.3'
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/cacert.sh
Expand Up @@ -4,7 +4,7 @@ CURRENT_COMMAND="$(curl -s "https://curl.haxx.se/ca/cacert.pem.sha256")"
CURRENT_PARTS=($CURRENT_COMMAND)
CURRENT_SHA="${CURRENT_PARTS[0]}"

FILE_COMMAND="$(openssl sha -sha256 src/cacert.pem)"
FILE_COMMAND="$(openssl dgst -sha256 src/cacert.pem)"
FILE_PARTS=($FILE_COMMAND)
FILE_SHA="${FILE_PARTS[1]}"

Expand Down

0 comments on commit b133d35

Please sign in to comment.