Skip to content

Commit

Permalink
Ready for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Sep 11, 2019
1 parent 3088654 commit 7d91468
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7d91468

Please sign in to comment.