Skip to content

Commit e7325cc

Browse files
author
Petr Chalupa
authored
Merge pull request #562 from thedrow/patch-3
Added bundler cache for faster builds
2 parents 58cec34 + fae8ff4 commit e7325cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: ruby
22

3+
cache: bundler
4+
35
rvm:
46
- 2.3.1
57
- 2.2.3
@@ -40,8 +42,11 @@ matrix:
4042
jdk: oraclejdk8
4143
env: TRUFFLE=1
4244

45+
env:
46+
global:
47+
- JAVA_OPTS=-Xmx1024m
48+
4349
before_script:
4450
- "echo $JAVA_OPTS"
45-
- "export JAVA_OPTS=-Xmx1024m"
4651

4752
script: if [[ -v TRUFFLE ]]; then support/test-truffle.sh; else RUBYOPT=-w bundle exec rake ci; fi

0 commit comments

Comments
 (0)