We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc3ef5 commit 39f7b2cCopy full SHA for 39f7b2c
1 file changed
.travis.yml
@@ -30,14 +30,14 @@ jobs:
30
- name: Build + Test (clang)
31
compiler: clang
32
script: test/travis-build.sh
33
- - name: Build + Test (gcc)
34
- compiler: gcc
35
- script: test/travis-build.sh
36
- - name: Build with sanitizer (undefined)
37
- compiler: clang
38
- env: SANITIZER=undefined
39
40
- - name: Build with sanitizer (address)
41
42
- env: SANITIZER=address
43
+# - name: Build + Test (gcc)
+# compiler: gcc
+# script: test/travis-build.sh
+# - name: Build with sanitizer (undefined)
+# compiler: clang
+# env: SANITIZER=undefined
+# - name: Build with sanitizer (address)
+# env: SANITIZER=address
0 commit comments