try travis with perl 5.18 instead of 5.14

This commit is contained in:
Meredith L. Patterson 2013-12-06 04:33:40 +01:00
parent f53f474de2
commit 4b86fa1f5a
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -1,7 +1,6 @@
%module hammer;
%begin %{
#include <unistd.h>
#include <stdbool.h>
#include <stdint.h>
%}