Skip to content

Commit 10b7938

Browse files
committed
Update the Travis configuration file
Update the build configuration to remove some useless steps and build on a Trusty version now as Rubinius only supports it. Finally, remove 1.9.2 from the build matrix as it doesn't work on Trusty but is EOL since 2014.
1 parent ef93be6 commit 10b7938

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.travis.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sudo: false
2+
dist: trusty
23

34
addons:
45
apt:
@@ -7,26 +8,17 @@ addons:
78
- tcl
89
- tk
910

10-
before_install:
11-
- gem uninstall bundler -v 1.6.9
12-
- gem install bundler -v 1.11.2
13-
install: travis_retry bundle install --without=benchmark
11+
install: bundle install --without=benchmark
1412

1513
rvm:
16-
- 1.9.2
1714
- 1.9.3
1815
- 2.0.0
1916
- 2.1
2017
- 2.2
21-
- 2.3.0
22-
- rbx-3
23-
- rbx
18+
- 2.3.3
19+
- 2.4.0
20+
- rbx-3.69
2421
- ruby-head
2522

26-
matrix:
27-
allow_failures:
28-
- rvm: rbx-3
29-
- rvm: rbx
30-
3123
notifications:
3224
email: false

0 commit comments

Comments
 (0)