Skip to content

Commit

Permalink
Travis CI (#83)
Browse files Browse the repository at this point in the history
* Added Travis CI configuration file.

* Integrating Docker into Travis CI

* Added 'build status' badge for Travis CI
  • Loading branch information
timduly4 authored Jan 13, 2019
1 parent 70cd80c commit d99a427
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python

services:
- docker

before_install:
- docker build -t pyglow .

script:
- docker run pyglow
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://semaphoreci.com/api/v1/timduly4/pyglow/branches/master/badge.svg)](https://semaphoreci.com/timduly4/pyglow)
Semaphore CI: [![Build Status](https://semaphoreci.com/api/v1/timduly4/pyglow/branches/master/badge.svg)](https://semaphoreci.com/timduly4/pyglow)
Travis CI: [![Build Status](https://travis-ci.com/timduly4/pyglow.svg?branch=master)](https://travis-ci.com/timduly4/pyglow)

<img src="./logo.png" width="400">

Expand Down

0 comments on commit d99a427

Please sign in to comment.