Skip to content

Commit

Permalink
disable linter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vsilent committed Jan 15, 2020
1 parent e9eecd2 commit 86ccbef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ before_install:
install:
- docker-compose up -d --build
- docker-compose ps
before_script:
- bash chmod +x ./.travis/linters.sh
- bash chmod +x ./.travis/check-service-status.sh
script:
- bash ./.travis/linters.sh
# - bash ./.travis/linters.sh
- go test -v ./...
- bash ./.travis/check-service-status.sh

Expand Down

0 comments on commit 86ccbef

Please sign in to comment.