journald-native/.travis.yml

18 lines
368 B
YAML
Raw Normal View History

2018-10-11 13:39:27 +00:00
# test compilation and then run tests with dummy mode turned on
language: ruby
2018-10-11 13:39:27 +00:00
before_install:
- sudo apt-get install -y libsystemd-journal-dev
install: "bundle install"
rvm:
2018-10-11 13:39:27 +00:00
- 1.9.2
- 2.0.0
- 2.1.0
- 2.2.0
- 2.3.0
- 2.4.0
script:
- bundle exec rake compile
2018-10-11 13:39:27 +00:00
- bundle exec rake clean
- bundle exec rake compile -- --with-dummy
- bundle exec rspec