mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
Try to fix Chrome travis thingie
* https://github.com/travis-ci/travis-ci/issues/8836
This commit is contained in:
parent
68eb09b68b
commit
316c2d04d2
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
sudo: false
|
sudo: required
|
||||||
language: clojure
|
language: clojure
|
||||||
lein: 2.7.1
|
lein: 2.7.1
|
||||||
install:
|
install:
|
||||||
|
|
@ -20,3 +20,5 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/.m2"
|
- "$HOME/.m2"
|
||||||
- "node_modules"
|
- "node_modules"
|
||||||
|
addons:
|
||||||
|
chrome: stable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue