add travis-ci
This commit is contained in:
parent
ab1de2aba7
commit
b7ce336227
2 changed files with 11 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: node_js
|
||||
before_install:
|
||||
- gem install sass
|
||||
- npm install -g grunt-cli
|
||||
- npm install -g bower
|
||||
install:
|
||||
- npm install
|
||||
- bower install
|
||||
script: grunt
|
|
@ -1,3 +1,5 @@
|
|||
[![Build Status](https://travis-ci.org/tcatm/meshviewer.svg?branch=master)](https://travis-ci.org/tcatm/meshviewer)
|
||||
|
||||
# Meshviewer
|
||||
|
||||
Meshviewer is a frontend for
|
||||
|
|
Loading…
Reference in a new issue