8000 Fix travis. · destructobeam/async-websocket@566e6de · GitHub
[go: up one dir, main page]

Skip to content

Commit 566e6de

Browse files
committed
Fix travis.
1 parent 1b2ecd5 commit 566e6de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: ruby
2-
sudo: false
3-
dist: trusty
42
cache: bundler
53

4+
before_script:
5+
- gem update --system
6+
- gem install bundler
7+
68
matrix:
79
include:
8-
- rvm: 2.0
9-
- rvm: 2.1
10-
- rvm: 2.2
1110
- rvm: 2.3
1211
- rvm: 2.4
12+
- rvm: 2.5
1313
- rvm: jruby-head
1414
env: JRUBY_OPTS="--debug -X+O"
1515
- rvm: ruby-head

0 commit comments

Comments
 (0)
0