Skip to content

Commit 39f7b2c

Browse files
committed
wip testing ccache
1 parent edc3ef5 commit 39f7b2c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- name: Build + Test (clang)
3131
compiler: clang
3232
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-
script: test/travis-build.sh
40-
- name: Build with sanitizer (address)
41-
compiler: clang
42-
env: SANITIZER=address
43-
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+
# script: test/travis-build.sh
40+
# - name: Build with sanitizer (address)
41+
# compiler: clang
42+
# env: SANITIZER=address
43+
# script: test/travis-build.sh

0 commit comments

Comments
 (0)