Skip to content

Commit

Permalink
Fix whitespace in YAML: tabs no longer allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 7, 2015
1 parent 137cb10 commit ab7e967
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"

before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto

install:
- cpanm --quiet --installdeps --notest .
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --installdeps --notest .
- cpanm --quiet --notest Devel::Cover::Report::Coveralls

script:
- cover -delete && cover -test
- cover -delete && cover -test

after_success:
- cover -report coveralls
- cover -report coveralls
Empty file added random.bin
Empty file.

0 comments on commit ab7e967

Please sign in to comment.