We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293424c commit cb25d18Copy full SHA for cb25d18
2 files changed
.travis.yml
@@ -1,4 +1,5 @@
1
language: c
2
+dist: trusty
3
4
os:
5
- osx
@@ -70,11 +71,13 @@ addons:
70
71
- libperl-dev
72
- python-dev
73
- python3-dev
- - liblua5.1-0-dev
74
- - lua5.1
+ - liblua5.2-dev
75
+ - lua5.2
76
+ - ruby-dev
77
- cscope
78
79
before_install:
80
+ - rvm reset
81
- if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi
82
# needed for https support for coveralls
83
# building cffi only works with gcc, not with clang
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 780,
774
/**/
775
779,
776
0 commit comments