From cfa6a1a08f28a18b8621e64df6ed5b277f94e834 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 25 Sep 2019 10:07:09 +1000 Subject: [PATCH] Update travis configuration --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4f0a017d..47c1f4361 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ language: ruby rvm: - - 2.5.0 + - 2.5 script: - make -B _site - if ! make test; then make test-warning; exit 16; fi -cache: - directories: - - node_modules - - _site +cache: bundler