Skip to content

Commit 7e41fb0

Browse files
committed
Try with empty cache
1 parent 4aa19a6 commit 7e41fb0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.travis.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ cache:
1010
- $TRAVIS_BUILD_DIR/target
1111
rvm:
1212
- 2.3.7
13+
- 2.4.4
14+
- 2.5.1
1315
env:
1416
global:
1517
- PATH=$PATH:$HOME/.cargo/bin
@@ -86,16 +88,10 @@ matrix:
8688
rvm: 2.4.3
8789
if: tag =~ ^v0
8890
env:
89-
- os: linux
90-
rvm: 2.4.4
91-
before_install: gem install bundler
9291
- os: linux
9392
rvm: 2.5.0
9493
if: tag =~ ^v0
9594
env:
96-
- os: linux
97-
rvm: 2.5.1
98-
before_install: gem install bundler
9995
- os: osx
10096
rvm: 2.3.5
10197
if: tag =~ ^v0
@@ -112,16 +108,10 @@ matrix:
112108
rvm: 2.4.3
113109
if: tag =~ ^v0
114110
env:
115-
- os: osx
116-
rvm: 2.4.4
117-
before_install: gem install bundler
118111
- os: osx
119112
rvm: 2.5.0
120113
if: tag =~ ^v0
121114
env:
122-
- os: osx
123-
rvm: 2.5.1
124-
before_install: gem install bundler
125115
before_install:
126116
- curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
127117
deploy:

0 commit comments

Comments
 (0)