Pārlūkot izejas kodu

Added Travis-CI

Yonaba 12 gadi atpakaļ
vecāks
revīzija
737a3ba02f
2 mainītis faili ar 14 papildinājumiem un 2 dzēšanām
  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")