[Forensics-changes] [yara] 294/368: Fix Travis CI configuration
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.5.0
in repository yara.
commit 864f6b1bc928bb57e84896c887ceaff691b36c8c
Author: plusvic <plusvic at gmail.com>
Date: Fri Jun 3 11:59:21 2016 +0200
Fix Travis CI configuration
---
.travis.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 5ed9ea5..5a87aaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,16 +9,16 @@ install:
before_script: ./bootstrap.sh
script: ./configure && make && make check
-
language: c
env:
- - CFLAGS=-m64
- - CFLAGS=-m32
-
global:
- # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
- # via the "travis encrypt" command using the project repo's public key
- - secure: "55t40B0koR7jhDkxsC8n38T1ZT+gRov6YJwxnh8pgRzzlwD+ObbFINKEISV1vjRWV4Ily4b7SQOyWBee40313ZSKvDrzKxvPGRCpq0GCA6Wb5dN1I4zC/8XqojWYxMFDOOVJMqI4Bzyd5t007nJWvNZ2hZD9fsc6eUN5plQEL4Kn9lumHdRWK1oIrfpv5g6SivKib8AQDoAQGs9AHO2MYcjqpSb+oeGwEUIAAKYzkfpWXFNocFrXjBGt431V8nUYBBtgxB3/nS+2ngc5Rzm9hSdWJxwTn0KrmQqXE5z3lF9+MdmL+Ct9RvpN31YcM4iASTyV8HFTM05CjAKMelrQ3ILmSbIrPBtzDA8AoDMlDgjFnP7BZUplNA0GYr+DgoWdF//LDqOfIimyyBD0Fev+8JE/I0dDbUo5gxIWELdMzUCM4FrYz6xm1n67ofo1QgaIm35pWxC6idGdeqJPHmi6NrpCtovOPj [...]
+ # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
+ # via the "travis encrypt" command using the project repo's public key
+ - secure: "55t40B0koR7jhDkxsC8n38T1ZT+gRov6YJwxnh8pgRzzlwD+ObbFINKEISV1vjRWV4Ily4b7SQOyWBee40313ZSKvDrzKxvPGRCpq0GCA6Wb5dN1I4zC/8XqojWYxMFDOOVJMqI4Bzyd5t007nJWvNZ2hZD9fsc6eUN5plQEL4Kn9lumHdRWK1oIrfpv5g6SivKib8AQDoAQGs9AHO2MYcjqpSb+oeGwEUIAAKYzkfpWXFNocFrXjBGt431V8nUYBBtgxB3/nS+2ngc5Rzm9hSdWJxwTn0KrmQqXE5z3lF9+MdmL+Ct9RvpN31YcM4iASTyV8HFTM05CjAKMelrQ3ILmSbIrPBtzDA8AoDMlDgjFnP7BZUplNA0GYr+DgoWdF//LDqOfIimyyBD0Fev+8JE/I0dDbUo5gxIWELdMzUCM4FrYz6xm1n67ofo1QgaIm35pWxC6idGdeqJPHmi6NrpCtovOP [...]
+
+ matrix:
+ - CFLAGS=-m64
+ - CFLAGS=-m32
addons:
coverity_scan:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list