aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-06-13 16:22:47 +0200
committerDee'Kej <deekej@linuxmail.org>2018-06-13 17:25:28 +0200
commit40bb4907048930f800744c74745c42082640b4e4 (patch)
treee71943563366a029e4d4cb40d0ad1048f3e9c865
parent906615d58980bb871d9c4f1a8bb001757c9107dd (diff)
downloadinitscripts-40bb4907048930f800744c74745c42082640b4e4.tar
initscripts-40bb4907048930f800744c74745c42082640b4e4.tar.gz
initscripts-40bb4907048930f800744c74745c42082640b4e4.tar.bz2
initscripts-40bb4907048930f800744c74745c42082640b4e4.tar.xz
initscripts-40bb4907048930f800744c74745c42082640b4e4.zip
.travis.yml: initial commit
To build in container-based environment because of speed.
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..12456589
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+# Run in fast container-based environment:
+sudo: false
+dist: trusty
+
+language: c
+script: make all
+
+# We need to install the libpopt dependency without sudo:
+addons:
+ apt:
+ packages:
+ libpopt-dev