Skip to content

Commit

Permalink
QA assurance: set up a very basic Travis CI test for the PPA
Browse files Browse the repository at this point in the history
This is to be run daily by Travis, ensure it least bare basic
usability of the PPA.

see also #69
  • Loading branch information
rgerhards committed Nov 13, 2017
1 parent 654c013 commit fa80884
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
os: linux

language: c

compiler: gcc

before_install:
- sudo add-apt-repository ppa:adiscon/v8-devel -y

notifications:
email:
- [email protected]

script:
- echo "stock rsyslog is"
- rsyslogd -v
- sudo apt update -y
- apt-cache search rsyslog
- apt-cache showpkg "rsyslog*"
- sudo apt install rsyslog -y
- rsyslogd -v
- sudo service rsyslog restart
- sudo apt install rsyslog-kafka

0 comments on commit fa80884

Please sign in to comment.