Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frandegrandis authored May 6, 2020
1 parent d2bfc9f commit fdc4f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Ingenieria del Software II - Template

[![Build Status](https://travis-ci.org/uca-is2/project-template.svg?branch=master)](https://travis-ci.org/uca-is2/project-template)
[![Coverage Status](https://coveralls.io/repos/github/uca-is2/project-template/badge.svg?branch=master)](https://coveralls.io/github/uca-is2/project-template?branch=master)
[![Build Status](https://travis-ci.org/uca-is2/los-discipulos-de-roger.svg?branch=master)](https://travis-ci.org/uca-is2/los-discipulos-de-roger)
[![Coverage Status](https://coveralls.io/repos/github/uca-is2/los-discipulos-de-roger/badge.svg?branch=master)](https://coveralls.io/github/uca-is2/los-discipulos-de-roger?branch=master)

## Metacello

```smalltalk
Metacello new
baseline: 'IngSoft2';
githubUser: 'uca-is2' project: 'project-template' commitish: 'master' path: 'repository';
githubUser: 'uca-is2' project: 'los-discipulos-de-roger' commitish: 'master' path: 'repository';
load: 'development'.
```

0 comments on commit fdc4f44

Please sign in to comment.