Skip to content

Commit dd0c56c

Browse files
authored
Merge pull request #11 from fangohr/travis-ci
Move CI from Circle To Travis
2 parents ca4e130 + 22595d8 commit dd0c56c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
script:
7+
- make docker-all

Readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/fangohr/introduction-to-python-for-computational-science-and-engineering/master?filepath=index.ipynb)
2-
[![CircleCI](https://circleci.com/gh/fangohr/introduction-to-python-for-computational-science-and-engineering.svg?style=svg)](https://circleci.com/gh/fangohr/introduction-to-python-for-computational-science-and-engineering)
2+
[![Build Status](https://travis-ci.org/fangohr/introduction-to-python-for-computational-science-and-engineering.svg?branch=master)](https://travis-ci.org/fangohr/introduction-to-python-for-computational-science-and-engineering)
33

44
# Introduction to Python for Computational Science and Engineering
55

@@ -54,3 +54,11 @@ touch (hans.fangohr@xfel.eu or fangohr@soton.ac.uk).
5454

5555
The book can be downloaded, used and re-distributed for non-commercial
5656
purposes, i.e in particular for education purposes at universities, research institutes and schools.
57+
58+
59+
----
60+
61+
Historical note: CI was done on [Circle
62+
CI](https://circleci.com/gh/fangohr/introduction-to-python-for-computational-science-and-engineering)
63+
until 23 August, then switched to [Travis
64+
CI](https://travis-ci.org/fangohr/introduction-to-python-for-computational-science-and-engineering).

0 commit comments

Comments
 (0)