Skip to content

Commit

Permalink
pointing to correct CI
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jun 14, 2023
1 parent 81ca2ca commit 812691f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
@@ -1,15 +1,13 @@
Voyage [![Build Status](https://travis-ci.org/pharo-nosql/voyage.png)](http://travis-ci.org/pharo-nosql/voyage) [![Test Status](https://api.bob-bench.org/v1/badgeByUrl?branch=master&hosting=github&ci=travis-ci&repo=pharo-nosql%2Fvoyage)](https://bob-bench.org/r/gh/pharo-nosql/voyage)
Voyage
======


Voyage is an object persistence abstraction layer for Pharo.

[![CI](https://github.com/pharo-nosql/voyage/actions/workflows/tests.yml/badge.svg)](https://github.com/pharo-nosql/voyage/actions/workflows/tests.yml)

Install
-------

Just install it from you Pharo catalog.

You can also install it executing scripts:
You can install it executing scripts:

### Voyage-Mongo
```Smalltalk
Expand All @@ -19,8 +17,6 @@ Metacello new
load: 'mongo tests'.
```



### Voyage-EJDB
```Smalltalk
Metacello new
Expand Down Expand Up @@ -54,4 +50,3 @@ Documentation
### Pharo for the Enterprise book

Voyage is part of the upcoming "Pharo for the Enterprise 2" book, and Johan Fabry (along with Damien Cassou) has written a nice chapter on it: [HTML](https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/Voyage/Voyage.html) / [PDF](https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/Voyage/Voyage.pdf)

0 comments on commit 812691f

Please sign in to comment.