Skip to content

Commit

Permalink
added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Nov 24, 2019
1 parent f97bb33 commit 5b9b81a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "10"

install:
- npm install

script:
- npm run build
- npm run test
22 changes: 16 additions & 6 deletions README.md
@@ -1,10 +1,20 @@
<p align="center">
<h1 style="fontsize: 5rem">
א
</h1>
</p>
<br>
<div align="center">
<br />
<!-- <img src="https://raw.githubusercontent.com/aleph-viewer/aleph/master/logo.png" alt="Aleph Logo" width="300"/> -->
<h3>Aleph</h3>
</div>

**Aleph** is a 3D object viewer and annotation/measurement tool built with [A-Frame](https://aframe.io), [AMI](https://github.com/FNNDSC/ami), [StencilJS](http://stenciljs.com), and [Ionic](https://ionicframework.com).
<div id="badges" align="center">

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-curved)](https://github.com/aleph-viewer/aleph/labels/help%20wanted)
[![Build Status](https://travis-ci.com/aleph-viewer/aleph.svg?branch=master)](https://travis-ci.com/aleph-viewer/aleph)
[![Open questions](https://img.shields.io/badge/Open-questions-blue.svg?style=flat-curved)](https://github.com/aleph-viewer/aleph/labels/question)
[![Open bugs](https://img.shields.io/badge/Open-bugs-red.svg?style=flat-curved)](https://github.com/aleph-viewer/aleph/labels/bug)

**Aleph** is a 3D object viewer and annotation/measurement tool built with [A-Frame](https://aframe.io), [AMI](https://github.com/FNNDSC/ami), [StencilJS](http://stenciljs.com), and [Ionic](https://ionicframework.com)

</div>

- [**Website**](#website)
- [**Scope**](#scope)
Expand Down

0 comments on commit 5b9b81a

Please sign in to comment.