Skip to content

Commit

Permalink
testing (do not merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Jun 3, 2020
1 parent c29b86a commit ec4380b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
- <<: *build
go: 1.11.x

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

- name: Integration Tests
sudo: required
Expand Down

0 comments on commit ec4380b

Please sign in to comment.