Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'other/.travis.yml')
-rw-r--r--other/.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/other/.travis.yml b/other/.travis.yml
new file mode 100644
index 0000000..c1f1852
--- /dev/null
+++ b/other/.travis.yml
@@ -0,0 +1,13 @@
+language: cpp
+
+os:
+ - linux
+ - osx
+
+compiler:
+ - gcc
+ - clang
+
+script:
+ - make all
+ - make test