From 3342213fc803c139ff64420b56fc7706b1c60cbb Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sun, 27 Dec 2020 13:46:14 -0800 Subject: Update Travis CI config; fix double PR builds (#56) Travis no longer uses `sudo: false`; remove it. Fix an issue where PRs would get built by Travis twice: once for the PR, and once for the branch. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7794233..50ba6fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ -sudo: false +--- language: ruby +cache: bundler +branches: + only: + - master rvm: - jruby-18mode - jruby-19mode -- cgit v1.2.1