]> granicus.if.org Git - fortune-mod/commitdiff
Add the Travis-CI .travis.yml.
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 3 Apr 2016 13:28:02 +0000 (16:28 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 3 Apr 2016 13:28:02 +0000 (16:28 +0300)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..a4efddc
--- /dev/null
@@ -0,0 +1,8 @@
+os: linux
+dist: trusty
+before_install:
+    - sudo apt-get update -qq
+    - sudo apt-get install -y ack-grep cpanminus gcc libperl-dev perl make
+    - sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
+    - sudo cpanm File::Find::Object IO::All
+script: "make check"