Skip to content

Commit 559a77e

Browse files
smpeterstoddr
authored andcommitted
Remove compiler in .travis.yml
SInce `clang` was removed as a compiler option in the previous change to `.travis.yml`, no need to exclude Linux from using it. Also, no need for the excludes for OS X since was removed.
1 parent 1d1cafd commit 559a77e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,8 @@ env:
2323
- CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT_PRIVATE'
2424
- CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize'
2525

26-
# only use gcc on linux, and only use clang on osx for now
2726
matrix:
2827
fast_finish: true
29-
exclude:
30-
- compiler: clang
31-
os: linux
32-
- compiler: gcc
33-
os: osx
3428

3529
script:
3630
- ./Configure -des -Dusedevel -Uversiononly -Dcc="ccache $CC" $CONFIGURE_ARGS -Dprefix=$HOME/perl-blead -DDEBUGGING

0 commit comments

Comments
 (0)