Skip to content

Commit a2d7952

Browse files
committed
Merge pull request #115 from aoberoi/bug-114
attempt travis workaround, fixes #114
2 parents 8f7318a + e6d0f91 commit a2d7952

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
# Get container-based infrastructure
2+
sudo: false
13
language: ruby
4+
# Travis bug, see https://github.com/bundler/bundler/pull/3559
5+
cache: bundler
6+
before_install: gem update bundler
27
rvm:
38
- 1.9.3
49
- 2.0.0

0 commit comments

Comments
 (0)