summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gmail.com>2016-11-05 13:30:27 +0100
committerPawel Hajdan, Jr <phajdan.jr@gmail.com>2016-11-05 13:34:51 +0100
commit9e3515f0784b6640aa8386f80b8da65fe36d178b (patch)
tree6dac853fdc6defbf19c9089eed393405017a6066
parenta7255913300734655691fc3e8ce20041d611fbdb (diff)
downloadhyphen-9e3515f0784b6640aa8386f80b8da65fe36d178b.tar.gz
Configure Travis CI
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cfec097
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: c
+
+compiler:
+ - clang
+ - gcc
+
+sudo: false
+
+os:
+ - linux
+ - osx
+
+install:
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install gawk; fi
+
+script:
+ - autoreconf --install --force --verbose && ./configure && make && make check