Skip to content

Commit

Permalink
Run tests on 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Feb 28, 2020
1 parent 76b74e3 commit b9d2e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ os:
- osx
go:
- tip
- 1.14.x
- 1.13.x
- 1.12.x
- 1.11.x
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
os:
- linux
go:
- 1.13
- 1.14
script:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then ./fuzzit.sh fuzzing; fi
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./fuzzit.sh local-regression; fi

0 comments on commit b9d2e96

Please sign in to comment.