Skip to content

Commit 9b72640

Browse files
committed
use both gcc and clang on Travis CI
1 parent d27da2e commit 9b72640

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
os:
2+
- linux
3+
14
language: c
25

6+
compiler:
7+
- clang
8+
- gcc
9+
310
before_install:
411
- sudo sh ./travis/apt.postgresql.org.sh
512

0 commit comments

Comments
 (0)