Skip to content

Commit

Permalink
update gohash and limit travis branch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Oct 9, 2020
1 parent 21015eb commit 777a15a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ matrix:
- language: go
go: tip
script: go test -v ./...

branches:
only:
- master
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ private static GoDependency relativePackage(
private static final class Versions {
private static final String GO_STDLIB = "1.14";
private static final String GO_CMP = "v0.4.1";
private static final String SMITHY_GO = "v0.1.1";
private static final String SMITHY_GO = "v0.0.0-20201009221937-21015eb9ec4b";
}
}

0 comments on commit 777a15a

Please sign in to comment.