Skip to content

Commit

Permalink
install dependencies explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Apr 18, 2016
1 parent a169cf7 commit 0a6cd4f
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
cache: bundler

# http://rubies.travis-ci.org/
# See here for osx_image -> OSX versions: https://docs.travis-ci.com/user/languages/objective-c
Expand All @@ -18,30 +19,17 @@ matrix:
- rvm: 2.2.4
os: osx
osx_image: xcode7.1 # OSX 10.10
# - rvm: 2.3.0
# os: osx
# osx_image: .... # no valid version/env for ruby 2.3
- rvm: ruby-head
os: osx
osx_image: xcode 7.3 # OSX 10.11
allow_failures:
- rvm: ruby-head
- rvm: rbx
- rvm: 2.3.0
os: osx

# rvm:
# - 2.1.10
# - 2.2.4
# - 2.3.0
# - ruby-head
# - rbx
# no valid version/env for ruby 2.3 right now
# - rvm: 2.3.0
# os: osx
# osx_image: ....

# os:
# - linux
# - osx

# osx_image: xcode7.3

branches:
only:
Expand All @@ -53,6 +41,8 @@ branches:
gemfile:
- Gemfile

install: bundle install --jobs=3 --retry=3

script: bundle exec rake

sudo: false
Expand Down

1 comment on commit 0a6cd4f

@Taher-Ghaleb
Copy link

@Taher-Ghaleb Taher-Ghaleb commented on 0a6cd4f Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,

Sorry, I know it's been a long time ago, but I am curious bundler caching was available since December 17, 2014, but I see you just enabled it in this commit (which is in 2016). Any reasons, please?

Thanks.

Please sign in to comment.