Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add .travis.yml
  • Loading branch information
zmughal committed Mar 3, 2015
1 parent d040cdc commit eba7c56
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
@@ -0,0 +1,23 @@
language: perl
perl:
- "5.20"
matrix:
include:
- perl: "5.20"
env: COVERAGE=1
sudo: true
before_install:
- sudo apt-get update
- sudo apt-get install build-essential libhdf4-alt-dev # we install HDF4 from the package manager
- eval $(curl https://travis-perl.github.io/init) --auto
branches:
except:
- /^wip\//
- /^blocked/
only:
- master
notifications:
irc:
channels:
- "irc.perl.org#pdl"
skip_join: true
1 change: 1 addition & 0 deletions MANIFEST.SKIP
@@ -0,0 +1 @@
.travis.yml

0 comments on commit eba7c56

Please sign in to comment.