Skip to content

Commit c7a5133

Browse files
committed
Testing planemo's travisci integration.
1 parent e65abbe commit c7a5133

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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

0 commit comments

Comments
 (0)