diff options
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 862e525..6238239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go sudo: false -dist: bionic +dist: focal arch: - amd64 - ppc64le @@ -66,6 +66,14 @@ jobs: - make coverage.out - goveralls -coverprofile=coverage.out -service=travis-ci + - name: Command-line interface tests + sudo: required + before_install: + - sudo apt-get -y install e2fsprogs expect keyutils + script: + - GO111MODULE=on go get github.com/google/fscrypt/cmd/fscrypt + - make cli-test + - stage: deploy name: Release Binaries install: skip |