Skip to content

Commit

Permalink
Redefine the env in .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Nov 1, 2019
1 parent 170b7c8 commit b0699bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ go: "1.13"
install: skip

env:
- GO111MODULE=off
- RUN_ON_CI=true
global:
- GO111MODULE=off
- RUN_ON_CI=true

jobs:
include:
Expand All @@ -20,4 +21,4 @@ jobs:
script: ./hack/ci/run-tests.sh
- stage: "Code Quality Analysis"
name: tests
script: ./hack/ci/run-tests.sh
script: ./hack/ci/run-lint.sh

0 comments on commit b0699bd

Please sign in to comment.