Skip to content

Commit

Permalink
Merge f6ddeb4 into e9f3dea
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Jun 3, 2020
2 parents e9f3dea + f6ddeb4 commit 9bddb1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
- <<: *build
go: 1.11.x

- name: Build and Unit Tests (32-bit)
before_install:
- sudo apt-get -y install gcc-multilib libpam0g-dev:i386
script:
- GO111MODULE=on go get github.com/google/fscrypt/cmd/fscrypt
- CGO_ENABLED=1 GOARCH=386 make

- name: Integration Tests
sudo: required
before_install: sudo apt-get -y install e2fsprogs
Expand Down

0 comments on commit 9bddb1f

Please sign in to comment.