Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Commit 1d3357c

Browse files
author
James Spencer
committed
Travis integration.
1 parent d7c8c39 commit 1d3357c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: .travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: c
2+
3+
compiler:
4+
- clang
5+
- gcc
6+
7+
script: ./quickcheck.sh

Diff for: configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535

3636
# Initialize Autoconf
37-
AC_PREREQ(2.69)
37+
AC_PREREQ(2.68)
3838
AC_INIT([LibCIF], [0.0.0],
3939
[https://github.com/jsspencer/libcif/issues], [libcif])
4040
AC_REVISION([Autotools support for LibCIF])
@@ -44,7 +44,7 @@ AC_CONFIG_SRCDIR([.])
4444

4545
# Initialize Automake
4646
AC_CANONICAL_TARGET
47-
AM_INIT_AUTOMAKE([1.14 parallel-tests color-tests])
47+
AM_INIT_AUTOMAKE([1.11 parallel-tests color-tests])
4848
AM_CONFIG_HEADER([config.h])
4949

5050
# ---------------------------------------------------------------------------- #

0 commit comments

Comments
 (0)