Skip to content

Commit

Permalink
Move to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Mar 2, 2018
1 parent 58d5c45 commit a387b31
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
dist: trusty
sudo: required

services:
- docker

language: java

jdk:
- oraclejdk8

before_script:
- docker pull guigolab/chip-nf@sha256:f912436e8791a9d1f9cadf76099f760151435a43d7873712ee692cb2b0f8947e
- curl -fsSL get.nextflow.io | bash && mv nextflow $HOME/bin

script:
- ./ci run -profile circleci && ./ci validate

4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
:nextflow-quickstart: http://www.nextflow.io/docs/latest/getstarted.html#get-started
:macs2-outfiles: https://github.com/taoliu/MACS#output-files
:pvalue: pass:q[[red]#___-log_10(P)___#]
:circle-shield: https://circleci.com/gh/guigolab/chip-nf.svg?style=shield
:nf-shield: https://img.shields.io/badge/nextflow-%E2%89%A50.23.1-blue.svg
:travis-badge: https://travis-ci.org/guigolab/chip-nf.svg?branch=master

image:{nf-shield}["Nextflow", link="https://nextflow.io", window="_blank"]
image:{circle-shield}["CircleCI status", link="https://circleci.com/gh/guigolab/chip-nf", window="_blank"]
image:{travis-badge}["Build Status", link="https://travis-ci.org/guigolab/chip-nf"]

A {nextflow}[Nextflow^] pipeline for processing ChIP-seq data.

Expand Down
15 changes: 0 additions & 15 deletions circle.yml

This file was deleted.

0 comments on commit a387b31

Please sign in to comment.