added dependencies to .travis.yml
This commit is contained in:
parent
744312f82a
commit
f0638ffb57
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.3.1
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y curl git-core patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev sqlite3 libsqlite3-dev autotools-dev libxslt1-dev libyaml-0-2 autoconf automake libreadline6-dev libyaml-dev libtool libgmp-dev libgdbm-dev libncurses5-dev pkg-config libffi-dev libmysqlclient-dev mysql-server nginx
|
||||
|
|
Loading…
Reference in a new issue