Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

.travis.yml

Blame
  • .travis.yml 147 B
    language: perl
    before_install:
      - cpanm Shell::Command
      - cpanm Test::Most
    install:
      - sudo apt-get install git ruby-ronn
    script:
      - make test