Skip to content

Commit

Permalink
travis tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
KohaAloha committed Aug 13, 2013
1 parent 669862e commit 77d7cc6
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .travis.yml
Expand Up @@ -8,33 +8,10 @@ perl:

before_install:
# install tiff
# - sudo apt-get install locate
- sudo apt-get -y purge ruby libtiff4 libtiff4-dev libtiffxx0c2 zlib1g-dev
- sudo apt-get autoremove

# - rm -rf ~/.gvm
# - rm -rf ~/.rvm
# - sudo updatedb
# - sudo locate zlib.so | xargs -I {} sudo rm -rf {}

# - sudo updatedb
# - sudo locate zlib > /tmp/aa


# - sudo locate libz > /tmp/a1
# - sudo cat /tmp/a1


- sudo apt-get install automake

# - wget ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz
# - tar xvfz tiff-4.0.3.tar.gz
# - cd tiff-4.0.3
# - ./autogen.sh
# - ./configure
# - sudo make install
# - cd ..

# install deps
- cat ./cpan-deps | cpanm --sudo --notest -v
- cat ./cpan-deps
Expand All @@ -44,12 +21,9 @@ install:
- perl ./Build.PL --travis
- ./Build
- sudo ./Build install
# - ./Build install

script:
- prove -v
- prove


notifications:
irc: "irc.perl.org#sdl"

0 comments on commit 77d7cc6

Please sign in to comment.