aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAsh Wilson <ash.d.wilson@gmail.com>2016-01-30 14:20:11 -0800
committerAsh Wilson <ash.d.wilson@gmail.com>2016-01-30 14:20:11 -0800
commit9326c63cd783142d446513444fef2266ad68c217 (patch)
tree39d33288e8167ab62e130c2c28fad0a948979836 /.travis.yml
parent628cf3b0c3597c115899fbcfedaf57bcacacb238 (diff)
104 Changing config file name
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..766660f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+os:
+ - linux
+
+script:
+ - cd src
+ - make all
+
+matrix:
+ include:
+ - os: linux
+ language: generic
+ env: DOCKERFILE=Ubuntu.docker
+
+ script: cat $DOCKERFILE | docker build -