Parcourir la Source

Added Travis-CI

Yonaba il y a 12 ans
Parent
commit
737a3ba02f
2 fichiers modifiés avec 14 ajouts et 2 suppressions
  1. 12 0
      .travis.yml
  2. 2 2
      README.md

+ 12 - 0
.travis.yml

@@ -0,0 +1,12 @@
+language: erlang
+
+env:
+  - LUA=""
+  - LUA="luajit"
+
+install:
+  - sudo apt-get install luajit
+  - sudo apt-get install luarocks
+  - sudo luarocks install telescope
+
+script: "tsc -f specs/*"

+ 2 - 2
README.md

@@ -1,6 +1,8 @@
 Delaunay
 =====
 
+[![Build Status](https://travis-ci.org/Yonaba/delaunay.png)](https://travis-ci.org/Yonaba/delaunay)
+
 *delaunay* is a Lua module for [delaunay triangulation](http://en.wikipedia.org/wiki/Delaunay_triangulation) of a convex polygon.
 
 ##Download
@@ -104,5 +106,3 @@ Copyright (c) 2013 Roland Yonaba
     CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
     TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
     SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Yonaba/delaunay/trend.png)](https://bitdeli.com/free "Bitdeli Badge")