summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2019-11-05 11:08:13 -0600
committerTodd Rinaldo <toddr@cpan.org>2019-11-05 11:27:12 -0600
commit559a77e6ab7351f4fe0620988948451e7091a1eb (patch)
tree7eb8dcdf67cd7f27fd17ff014fa15a38802fadf4 /.travis.yml
parent1d1cafd0e7bf12a363ba6621c5e4ca91e01b6117 (diff)
downloadperl-559a77e6ab7351f4fe0620988948451e7091a1eb.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c18f435c26..819c2bd078 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,14 +23,8 @@ env:
- CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT_PRIVATE'
- CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize'
-# only use gcc on linux, and only use clang on osx for now
matrix:
fast_finish: true
- exclude:
- - compiler: clang
- os: linux
- - compiler: gcc
- os: osx
script:
- ./Configure -des -Dusedevel -Uversiononly -Dcc="ccache $CC" $CONFIGURE_ARGS -Dprefix=$HOME/perl-blead -DDEBUGGING