From 5b9b81ab4cf3449c047fc64a2bb71c241726a06c Mon Sep 17 00:00:00 2001 From: Edward Silverton Date: Sun, 24 Nov 2019 12:12:39 +0000 Subject: [PATCH] added travis --- .travis.yml | 10 ++++++++++ README.md | 22 ++++++++++++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..598fa8c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: node_js +node_js: +- "10" + +install: +- npm install + +script: +- npm run build +- npm run test diff --git a/README.md b/README.md index 5803756..0ce61e2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ -

-

-א -

-

+
+
+
+ +

Aleph

+
-**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). +
+ + [![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) + +
- [**Website**](#website) - [**Scope**](#scope)