Skip to content
Snippets Groups Projects
Commit 4b86fa1f authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

try travis with perl 5.18 instead of 5.14

parent f53f474d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
%module hammer;
%begin %{
#include <unistd.h>
#include <stdbool.h>
#include <stdint.h>
%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment