Altered travis conf to try get automated builds working

This commit is contained in:
Ben Passmore
2018-12-09 10:39:32 +10:00
parent 1d2b5b8c12
commit ecba5870f6

View File

@@ -1,5 +1,18 @@
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- 2.5.0
env:
- "BEEF_TEST=true"
addons:
apt:
packages:
- sqlite-dev
- libsqlite3-dev
- build-essential
- patch
- ruby-dev
- zlib1g-dev
- liblzma-dev
- libcurl4-openssl-dev