summaryrefslogtreecommitdiffstats
path: root/0.4.6/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '0.4.6/.travis.yml')
-rw-r--r--0.4.6/.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/0.4.6/.travis.yml b/0.4.6/.travis.yml
new file mode 100644
index 0000000..1173578
--- /dev/null
+++ b/0.4.6/.travis.yml
@@ -0,0 +1,12 @@
+language: c
+
+script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test
+
+notifications:
+ recipients:
+ - libslax-noise@googlegroups.com
+
+branches:
+ only:
+ - master
+ - develop
OpenPOWER on IntegriCloud