summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2015-11-24 00:26:51 +1030
committerJoel Stanley <joel@jms.id.au>2015-11-24 00:44:59 +1030
commita3544a1008fea4fb89185f657b5ed39ed2725137 (patch)
treec161102c07157cd2d595c37b527b5fc41ae7fc68 /.travis.yml
parentf0d4635fa2b417bd0eef3f19ae98e56ec615e703 (diff)
downloadphosphor-host-ipmid-a3544a1008fea4fb89185f657b5ed39ed2725137.tar.gz
phosphor-host-ipmid-a3544a1008fea4fb89185f657b5ed39ed2725137.zip
travis: Add Travis CI building
Builds on Ubuntu 15.10 under docker. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d8d6c1d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: c
+
+sudo: required
+
+services:
+ - docker
+
+script:
+ - ./.build.sh
OpenPOWER on IntegriCloud