Skip to content

Commit 2d9b0a1

Browse files
authored
Add travisci support (#27)
Add travisci checks to repo. Signed-off-by: Jorge Alarcon Ochoa <alarcj137@gmail.com>
1 parent 1fa72df commit 2d9b0a1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
sudo: required
2+
3+
language: python
4+
5+
addons:
6+
apt:
7+
packages:
8+
- docker-ce
9+
10+
services:
11+
- docker
12+
13+
before_install:
14+
- cp tests.Dockerfile tests/
15+
- cd tests/
16+
- docker build --force-rm -f tests.Dockerfile -t "agavecli-dev" .
17+
- cd ../
18+
19+
script:
20+
- docker run --rm -v "$PWD":/agave-cli agavecli-dev /agave-cli/tests/hack/run-integration-tests.run

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/TACC-Cloud/agave-cli.svg?branch=develop)](https://travis-ci.org/TACC-Cloud/agave-cli)
2+
13
## What is Agave?
24

35
[Agave] is an open Science-as-a-Service platform built by TACC and a thriving user community that empowers users to run code reproducibly, manage data efficiently, collaborate meaningfully, and integrate easily with third-party applications. TACC operates a professionally managed and supported instance of Agave as part of its TACC.cloud Platform.

0 commit comments

Comments
 (0)