Skip to content

Commit

Permalink
Update Travis to use go 1.10 and go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlr committed Aug 30, 2018
1 parent 0e6014a commit 8837dee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
script:
- go build github.com/google/fscrypt/cmd/fscrypt
- make
- make test

- <<: *build
go: 1.10.x

- env: Integration Tests
sudo: required
Expand Down

0 comments on commit 8837dee

Please sign in to comment.