try travis with perl 5.18 instead of 5.14
This commit is contained in:
parent
f53f474de2
commit
4b86fa1f5a
2 changed files with 2 additions and 3 deletions
|
|
@ -16,11 +16,11 @@ matrix:
|
|||
env: BINDINGS=python CC=clang
|
||||
- compiler: gcc
|
||||
language: perl
|
||||
perl: 5.14
|
||||
perl: 5.18
|
||||
env: BINDINGS=perl
|
||||
- compiler: clang
|
||||
language: perl
|
||||
perl: 5.14
|
||||
perl: 5.18
|
||||
env: BINDINGS=perl CC=clang
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
%module hammer;
|
||||
%begin %{
|
||||
#include <unistd.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue