diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..99c0478 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +# Documentation: http://docs.travis-ci.com/user/languages/julia/ +language: julia +os: + - linux + - osx +julia: + - 1.0 + - 1.1 + - 1.2 + - nightly +notifications: + email: true +matrix: + allow_failures: + - julia: nightly + fast_finish: true diff --git a/README.md b/README.md index a786c82..768e709 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # GeneticBitArrays.jl +[![Build Status](https://travis-ci.org/jangevaare/GeneticBitArrays.jl.svg?branch=master)](https://travis-ci.org/jangevaare/GeneticBitArrays.jl) + Minimal representations of genetic sequences. ## Use