Skip to content

Commit

Permalink
Merge pull request #1 from oberth-manoeuvre/travis-ci
Browse files Browse the repository at this point in the history
Add Travis CI support
  • Loading branch information
zmughal authored Sep 19, 2018
2 parents b6fb36a + 2b78697 commit 4ea9a20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sudo: required

language: perl

services:
- docker

before_install:
- ./maint/build-docker
- docker ps -a

install: true

script:
- docker run --rm -it oberth:latest sh -c 'cd /build/curie && perl /build/bin/oberthian test'

0 comments on commit 4ea9a20

Please sign in to comment.