]> Git Repo - serial.git/commitdiff
Trying travis-ci out.
authorWilliam Woodall <[email protected]>
Wed, 7 Nov 2012 00:41:41 +0000 (16:41 -0800)
committerWilliam Woodall <[email protected]>
Wed, 7 Nov 2012 00:41:41 +0000 (16:41 -0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..9d36167
--- /dev/null
@@ -0,0 +1,6 @@
+language: cpp
+compiler:
+  - gcc
+  - clang
+# Change this to your needs
+script: make
This page took 0.024616 seconds and 4 git commands to generate.