Skip to content

Commit baf5529

Browse files
committed
[TEST] slowly getting there with travis
1 parent 3aa2d50 commit baf5529

3 files changed

Lines changed: 5 additions & 15 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ matrix:
2727
packages: ['clang', 'g++-4.9', 'cmake', 'zlib1g-dev', 'libbz2-dev'] # g++ required for newer libstdc++
2828

2929
script:
30-
- sudo dd if=/dev/zero of=/swapfile bs=64M count=16 # cheat us some extra MEM
30+
- sudo dd if=/dev/zero of=/swapfile bs=64M count=32 # cheat us some extra MEM
3131
- sudo mkswap /swapfile
3232
- sudo swapon /swapfile
3333
- mkdir -p build && cd build

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Lambda: the Local Aligner for Massive Biological DatA
22
-----------------------------------------------------
33

4+
.. image:: https://travis-ci.org/seqan/lambda.svg?branch=master
5+
:alt: Travis CI build status
6+
:target: https://travis-ci.org/seqan/lambda
7+
48
Lambda is a local aligner optimized for many query sequences and searches in protein space.
59
It is compatible to BLAST, but much faster than BLAST and many other comparable tools.
610

util/travis/linux-cibuild.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)