Skip to content

Commit

Permalink
modification of travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkuczynski committed Aug 29, 2017
1 parent cbb5bd5 commit 356079c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: ruby
sudo: required
bundler_args: --without development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
bundler_args: --without development --jobs=3 --retry=3 #--path=${BUNDLE_PATH:-vendor/bundle}
cache: bundler
script:
- bundle exec rake test
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
rspec

GEM
remote: https://artifactory.coi.gov.pl/api/gems/rubygems/
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
addressable (2.5.1)
Expand Down Expand Up @@ -89,6 +89,7 @@ GEM
faraday (0.12.1)
multipart-post (>= 1.2, < 3)
fast_gettext (1.1.0)
ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
fission (0.5.0)
CFPropertyList (~> 2.2)
Expand Down

0 comments on commit 356079c

Please sign in to comment.