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

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