Browse Source

travis: Remove global compiler variable

The global variable is not necessary since
the variable is defined in the matrix.

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
c415-sdk
Patrick José Pereira 5 years ago committed by Peter Barker
parent
commit
bfc35db8ff
  1. 3
      .travis.yml

3
.travis.yml

@ -45,9 +45,6 @@ notifications: @@ -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

Loading…
Cancel
Save