Skip to content

Commit

Permalink
i guess this should work too
Browse files Browse the repository at this point in the history
  • Loading branch information
inphobia committed Aug 23, 2019
1 parent dbc3fae commit adf80a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ branches:
- /^2\.\d{6}$/
- 'master'
install:
- wget https://github.com/egiles/test-compile/archive/v2.1.2.tar.gz
- cpanm -v v2.1.2.tar.gz
- cpanm --quiet --notest PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP
- cpanm --quiet --notest https://github.com/egiles/test-compile/archive/v2.1.2.tar.gz PkgConfig Test::CChecker Alien::zlib::Static Alien::OpenSSL::Static Alien::SNMP
script: |
perl Build.PL && \
./Build && \
Expand Down

1 comment on commit adf80a1

@rc9000
Copy link
Member

@rc9000 rc9000 commented on adf80a1 Aug 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes thanks that's way more concise 👍

Please sign in to comment.