Skip to content

Commit

Permalink
Merge pull request rack#988 from ktheory/fix-travis-install
Browse files Browse the repository at this point in the history
[travis] fix apt package installs
  • Loading branch information
matthewd committed Dec 23, 2015
2 parents 2859a5b + 37e486b commit fd9b8a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,4 +1,6 @@
before_install: sudo apt-get install lighttpd libfcgi-dev libmemcache-dev memcached
before_install:
- sudo apt-get update > /dev/null
- sudo apt-get -y install lighttpd libfcgi-dev libmemcache-dev memcached
install:
- gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system
- bundle install --jobs=3 --retry=3
Expand Down

0 comments on commit fd9b8a7

Please sign in to comment.