-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (18 loc) · 801 Bytes
/
.travis.yml
File metadata and controls
22 lines (18 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
sudo: required
language: java
jdk: openjdk8
os:
- linux
services:
- docker
before_install:
# Install Nextflow
- export NXF_VER=19.10.0 && curl -fsSL get.nextflow.io | bash
- chmod 777 nextflow
# to change the test-data for travis, please download using the following command, extract, make changes, tarball again with gzip, and upload to google drive.
# you will have to change the link below as well. Click to share the link, making it so anyone with the link can access, then extract the id in the link and put it here after "id="
- wget -O test-data.tar.gz --no-check-certificate 'https://docs.google.com/uc?export=download&id=10qEFp0KXY25hBdzykD-wHLFTMH--QloF'
- tar -xzvf test-data.tar.gz
script:
# Run test script here
- python3 tests/test_runner.py tests/tests.json