Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 98a9ed1

Browse files
committed
Remove revision
1 parent a3007d0 commit 98a9ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
install:
1313
- echo "No external dependencies required. Skipping travis default library dependency setup to use vendors..."
1414
script:
15-
- $GOPATH/bin/golangci-lint run --deadline 10m --new-from-rev=24dc0f64
15+
- $GOPATH/bin/golangci-lint run --deadline 10m --new-from-rev=
1616
- cd $TRAVIS_BUILD_DIR && go test -i && ./test_compile.sh
1717
- goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
1818
after_success:

0 commit comments

Comments
 (0)