Travis CI: Avoid quotes in build_command; fix indent of notification_email
authorIvan Maidanski <ivmai@mail.ru>
Fri, 28 Apr 2017 07:38:54 +0000 (10:38 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 28 Apr 2017 07:38:54 +0000 (10:38 +0300)
(fix commits 18f1ddd, bd4257b)

.travis.yml

index f7bf993..0269fd8 100644 (file)
@@ -12,13 +12,12 @@ matrix:
       addons:
         coverity_scan:
           project:
-            description: The atomic_ops project
             name: ivmai/libatomic_ops
-            notification_email: ivmai@mail.ru
             version: 7.5.0
+          notification_email: ivmai@mail.ru
           branch_pattern: master
-          build_command_prepend: ./configure
-          build_command: make -j check CFLAGS_EXTRA="-D LINT2 -march=native"
+          build_command_prepend: CFLAGS=-march=native ./configure
+          build_command: make -j check CFLAGS_EXTRA=-DLINT2
     - os: linux
       compiler: clang
       env: