Skip to content

Commit 733fd03

Browse files
committed
More updates for bundler caching
1 parent ee8c5bb commit 733fd03

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
language: ruby
22
rvm: 2.5.6
3+
env:
4+
global:
5+
- BUNDLE_PATH=${TRAVIS_BUILD_DIR}/vendor/bundle
36
cache:
4-
bundler: true
7+
directories:
8+
- ${TRAVIS_BUILD_DIR}/vendor/bundle
59
before_install:
6-
- git clone https://github.com/ManageIQ/manageiq.org
7-
- cd manageiq.org
10+
- git clone https://github.com/ManageIQ/manageiq.org ${TRAVIS_BUILD_DIR}/manageiq.org
11+
- cd ${TRAVIS_BUILD_DIR}/manageiq.org
812
script:
9-
- exe/miq build all
13+
- "true"
1014
deploy:
1115
provider: pages
1216
skip_cleanup: true

0 commit comments

Comments
 (0)