Skip to content

Commit b25952a

Browse files
author
Mike Ng
committed
fix: Only lint the optimizely package.
1 parent d9471db commit b25952a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
install:
2424
- go get github.com/golangci/golangci-lint/cmd/golangci-lint
2525
script:
26-
- golangci-lint run --out-format=tab --tests=false ./...
26+
- golangci-lint run --out-format=tab --tests=false optimizely/...
2727

2828
- stage: 'Integration Tests'
2929
merge_mode: replace
@@ -36,4 +36,4 @@ jobs:
3636
script:
3737
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
3838
after_success: travis_terminate 0
39-
39+

0 commit comments

Comments
 (0)