]> andersk Git - libyaml.git/commitdiff
Add .travis.yml to use Travis-CI
authorIngy döt Net <ingy@ingy.net>
Sun, 1 Dec 2013 04:19:47 +0000 (04:19 +0000)
committerIngy döt Net <ingy@ingy.net>
Thu, 15 Sep 2016 05:44:18 +0000 (22:44 -0700)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..3f01806
--- /dev/null
@@ -0,0 +1,7 @@
+language: c
+
+compiler:
+- clang
+- gcc
+
+script: ./bootstrap && ./configure && make test
This page took 0.036944 seconds and 5 git commands to generate.