Skip to content

Commit 6562632

Browse files
committed
travis CI
1 parent 37f0b47 commit 6562632

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: c
2+
os:
3+
- linux
4+
- osx
5+
compiler:
6+
- gcc
7+
- clang
8+
script: ./configure && make check
9+
#addons:
10+
# apt:
11+
# # XXX: check what actually installed in travis image
12+
# packages:
13+
# - automake
14+
# - libtool
15+
# - build-essential
16+
# - bison
17+
# - flex
18+
# - libreadline-dev
19+
20+

0 commit comments

Comments
 (0)