Skip to content

Commit

Permalink
travis: Remove global compiler variable
Browse files Browse the repository at this point in the history
The global variable is not necessary since
the variable is defined in the matrix.

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and peterbarker committed Sep 3, 2020
1 parent 0503342 commit bfc35db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ notifications:
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

compiler:
- gcc

env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
Expand Down

0 comments on commit bfc35db

Please sign in to comment.