summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brictson <mattbrictson@users.noreply.github.com>2020-12-27 13:46:14 -0800
committerGitHub <noreply@github.com>2020-12-27 13:46:14 -0800
commit3342213fc803c139ff64420b56fc7706b1c60cbb (patch)
tree7f0dc7ede16fcadc729fca4838102bcfd4adec89
parentd85136dc22125c1113de6301acfb778290206397 (diff)
downloadplist-3342213fc803c139ff64420b56fc7706b1c60cbb.tar.gz
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.
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
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