Add .travis.yml.
authorCarl Hetherington <cth@carlh.net>
Thu, 29 Jan 2015 20:30:24 +0000 (20:30 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Jan 2015 20:30:24 +0000 (20:30 +0000)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..8854894
--- /dev/null
@@ -0,0 +1,4 @@
+language: cpp
+script:
+       - python waf configure
+       - python waf build