File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ # This is a special configuration file to run tests on Travis-CI via
3+ # GitHub notifications when changes are committed.
4+ #
5+ # See http://travis-ci.org/ for details
6+
7+ # This file is heavily inspired by Peter Cock's efforts. See more details at
8+ # http://blastedbio.blogspot.com/2013/09/using-travis-ci-for-testing-galaxy-tools.html
9+
10+ # We need Python 2.6 or 2.7 to run Galaxy but many Galaxy tools also need Java
11+ # to run he simplest way to get that installed is to just start with "java".
12+ # (which will still have a system python installed).
13+ language : java
14+
15+ script :
16+ - wget -O- https://raw.github.com/jmchilton/planemo/travisci/scripts/travis_test.sh | /bin/bash -x
17+
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ BWA_URL=" http://depot.galaxyproject.org/package/linux/x86_64/bwa/bwa-0.7.10.039ea20639.tar.gz"
4+ wget -O - " $BWA_URL " | tar -C " ${BUILD_BIN_DIR} " -zxvf - --strip-components=1
You can’t perform that action at this time.
0 commit comments