summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a0b8d2140b..333f6b4443 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: c
+dist: trusty
os:
- osx
@@ -70,11 +71,13 @@ addons:
- libperl-dev
- python-dev
- python3-dev
- - liblua5.1-0-dev
- - lua5.1
+ - liblua5.2-dev
+ - lua5.2
+ - ruby-dev
- cscope
before_install:
+ - rvm reset
- if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi
# needed for https support for coveralls
# building cffi only works with gcc, not with clang