#188: install extra libs
This commit is contained in:
parent
b5817abb6c
commit
c6511d5eac
|
@ -3,10 +3,12 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get --no-install-recommends install bash curl git patch bzip2 build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev
|
||||||
- gem update --system
|
- gem update --system
|
||||||
- gem --version
|
- gem --version
|
||||||
- cp config/database.yml.sample config/database.yml
|
- cp config/database.yml.sample config/database.yml
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
# - master
|
||||||
- 188-use-travis
|
- 188-use-travis
|
Loading…
Reference in New Issue