Skip to content

Commit

Permalink
addig travis.yml to see if this corrects the failing travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
srobb1 committed Jul 23, 2018
1 parent f856e8a commit 2d8c40e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
@@ -0,0 +1,27 @@
## REMEMBER TO SET UP YOUR GITHUB REPO FOR TRAVIS
## Go to: https://travis-ci.org/MY-GITHUB-ORG for details
sudo: required

services:
- docker

before_install:
- docker pull obolibrary/osklite

# command to run tests
script: cd src/ontology && ./run.sh make test

#after_success:
# coveralls

# whitelist
branches:
only:
- master
- test-travis

### Add your own lists here
### See https://github.com/INCATools/ontology-starter-kit/issues/35
notifications:
email:
- obo-ci-reports-all@groups.io

0 comments on commit 2d8c40e

Please sign in to comment.