Skip to content

Commit

Permalink
travis.yml: upgrade to Ubuntu 20.04 and enable cli tests
Browse files Browse the repository at this point in the history
Now that Travis CI supports a version of Ubuntu that has a kernel that
supports v2 encryption policies, upgrade to it and enable the cli tests.
  • Loading branch information
ebiggers committed Nov 7, 2020
1 parent bf85078 commit 222851d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
sudo: false
dist: bionic
dist: focal
arch:
- amd64
- ppc64le
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 222851d

Please sign in to comment.