Skip to content

Commit

Permalink
WIP: osx fails with perl 5.20
Browse files Browse the repository at this point in the history
either try without version or just c
  • Loading branch information
Reini Urban committed Dec 13, 2015
1 parent 136ff45 commit 19352a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: "perl"
perl:
- "5.20"
language: c
install: "echo"
sudo: false
os:
- linux
- osx
cache:
apt: true
addons:
apt:
packages:
Expand All @@ -18,7 +18,7 @@ addons:

before_script:
# No, we are not going to run the tests for all these dependencies on every commit
- cpanm -n LWP::UserAgent TAP::Harness::Archive TAP::Harness::ReportByDescription Test::Perl::Critic
- cpan -T LWP::UserAgent TAP::Harness::Archive TAP::Harness::ReportByDescription Test::Perl::Critic
- gcc --version
- g++ --version
- clang --version
Expand Down

0 comments on commit 19352a8

Please sign in to comment.