Skip to content

Commit

Permalink
clang is in /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Dec 15, 2013
1 parent 70e6424 commit 8c894c1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,7 +1,8 @@
after_success: cover -report coveralls -test
before_install: sudo ln -fs $CC /usr/bin/cc
compiler: gcc
env:
- CC=/usr/bin/clang
- CC=/usr/local/bin/clang
- CC=/usr/bin/gcc
install: cpanm -nq Devel::Cover::Report::Coveralls
language: perl
Expand All @@ -12,10 +13,6 @@ perl:
- "5.14"
- "5.12"
script:
- which clang
- ls -l /usr/bin/cc
- sudo ln -fs $CC /usr/bin/cc
- ls -l /usr/bin/cc
- perl Makefile.PL INSTALLMAN3DIR=none NO_MYMETA=1
- make
- prove -bl

0 comments on commit 8c894c1

Please sign in to comment.