From fa09fb6682950776755047992c045d4ec8e95296 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 15 Aug 2019 00:33:04 +0300
Subject: [PATCH] Update Travis CI.

---
 .travis.yml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 16af61e..a9685f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,15 @@
+# vim:ff=unix ts=2 sw=2 ai expandtab
 ---
 language: python
 python: "3.6"
-dist: trusty
-sudo: false
-group: beta
+dist: bionic
 cache:
-  - pip
-  - directories:
-      - $HOME/.cache/
+  pip: true
+  directories:
+    - $HOME/.cache/pre-commit
 
 install:
-  - pip install pre_commit | cat
+  - pip install pre_commit
 
 script:
   - pre-commit run --all-files
-- 
GitLab