Skip to content

Commit b94a868

Browse files
committedFeb 4, 2014
cache bundler on travis
1 parent efe167d commit b94a868

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
language: ruby
2+
cache: bundler
23

34
rvm:
45
- 1.8.7
56
- 1.9.3
67
- 2.0.0
8+
- 2.1.0
79

810
before_script:
911
- "export DISPLAY=:99.0"
1012
- "sh -e /etc/init.d/xvfb start"
1113

1214
notifications:
1315
irc: "irc.freenode.org#opal"
16+

0 commit comments

Comments
 (0)
Please sign in to comment.