]> granicus.if.org Git - strace/commitdiff
travis: switch from gcc-6 to gcc-7
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 4 Jun 2017 14:20:16 +0000 (14:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 4 Jun 2017 14:20:16 +0000 (14:20 +0000)
* .travis.yml (matrix): Change gcc-6 to gcc-7.

.travis.yml

index f20f87ba503bef7b1acb24e801f76e243824aadc..9abc3df873cfe772c7e76c0baf5db94db881169b 100644 (file)
@@ -39,13 +39,13 @@ matrix:
     - compiler: musl-gcc
       env:
         - TARGET=x86
-    - compiler: gcc-6
+    - compiler: gcc-7
       env:
         - TARGET=x86_64
-    - compiler: gcc-6
+    - compiler: gcc-7
       env:
         - TARGET=x32
-    - compiler: gcc-6
+    - compiler: gcc-7
       env:
         - TARGET=x86
     - compiler: gcc