Skip to content

Commit df7014a

Browse files
authored
Merge pull request #33 from tachyons/patch-1
Fixes #30 , Failing tests in travis
2 parents 2a1fcf0 + 670cef2 commit df7014a

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,5 +1,10 @@
11
language: ruby
22
rvm:
33
- 2.1.5
4+
before_install:
5+
- gem update --system
6+
install:
7+
- "gem install bundler"
8+
- "bundle install --jobs=3 --retry=3"
49
script:
510
- bundle exec rspec

0 commit comments

Comments
 (0)