Altered travis conf to try get automated builds working
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user