From e3d5c044607a407cc2ec0975f233879c71c50f94 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 23 Jul 2013 19:00:04 -0400 Subject: [PATCH] .travis.yml: Test on multiple lua versions --- .travis.yml | 6 ++++-- README.md | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1585a64..e78e825 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: c before_install: + - sudo apt-get install lua5.1 lua5.2 luajit -y - sudo apt-get install luarocks -y - sudo luarocks install busted script: - - luarocks install --local luatz-scm-0.rockspec - - busted + - busted -l lua5.1 + - busted -l lua5.2 + - busted -l luajit diff --git a/README.md b/README.md index 700a91b..88fbae2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ This is a lua library for time and date manipulation. Importantly, it allows you to convert time between locations (time zones). + +[![Build Status](https://travis-ci.org/daurnimator/luatz.png)](https://travis-ci.org/daurnimator/luatz) -- 2.39.2