Skip to content

Commit

Permalink
Merge 9c999b1 into f9a2000
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblakeley committed Aug 12, 2018
2 parents f9a2000 + 9c999b1 commit 9976f5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ env:

addons:
apt:
sources:
- sourceline: 'ppa:opencpu/jq'
packages:
- python3.5
- python3-pip
- libluajit-5.1-dev
- libjq-dev

matrix:
include:
Expand All @@ -39,7 +36,7 @@ install:
script:
- sudo pip3 install google
- sudo pip3 install protobuf
- go build -tags 'coprocess python jq'
- go build -tags 'coprocess python'
- go build -tags 'coprocess lua'
- go build -tags 'coprocess grpc'
- ./utils/ci-test.sh
Expand Down
4 changes: 2 additions & 2 deletions gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1338,8 +1338,8 @@ func TestRateLimitForAPIAndRateLimitAndQuotaCheck(t *testing.T) {
spec.DisableRateLimit = false
spec.OrgID = "default"
spec.GlobalRateLimit = apidef.GlobalRateLimit{
Per: 2,
Rate: 60,
Rate: 2,
Per: 60,
}
spec.Proxy.ListenPath = "/"
})
Expand Down
1 change: 0 additions & 1 deletion utils/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -e

MATRIX=(
"-tags 'jq'"
"-tags 'coprocess python'"
"-tags 'coprocess grpc'"
)
Expand Down

0 comments on commit 9976f5d

Please sign in to comment.