mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Try to fix .travis conf
This commit is contained in:
parent
7a730a1b7e
commit
51a5ee267b
4 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ sudo: false
|
||||||
language: clojure
|
language: clojure
|
||||||
lein: 2.7.1
|
lein: 2.7.1
|
||||||
install:
|
install:
|
||||||
|
- ./scripts/lein-modules install
|
||||||
- lein deps
|
- lein deps
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@
|
||||||
:source-uri "https://github.com/metosin/reitit/{version}/{filepath}#L{line}"
|
:source-uri "https://github.com/metosin/reitit/{version}/{filepath}#L{line}"
|
||||||
:metadata {:doc/format :markdown}}
|
:metadata {:doc/format :markdown}}
|
||||||
|
|
||||||
:managed-dependencies [[metosin/reitit-core ~VERSION]
|
:managed-dependencies [[metosin/reitit ~VERSION]
|
||||||
|
[metosin/reitit-core ~VERSION]
|
||||||
[metosin/reitit-ring ~VERSION]
|
[metosin/reitit-ring ~VERSION]
|
||||||
[metosin/reitit-spec ~VERSION]
|
[metosin/reitit-spec ~VERSION]
|
||||||
|
|
||||||
|
|
@ -42,7 +43,7 @@
|
||||||
[expound "0.3.1"]
|
[expound "0.3.1"]
|
||||||
[orchestra "2017.08.13"]
|
[orchestra "2017.08.13"]
|
||||||
|
|
||||||
[criterium]
|
[criterium "0.4.4"]
|
||||||
[org.clojure/test.check "0.9.0"]
|
[org.clojure/test.check "0.9.0"]
|
||||||
[org.clojure/tools.namespace "0.2.11"]
|
[org.clojure/tools.namespace "0.2.11"]
|
||||||
[com.gfredericks/test.chuck "0.2.8"]]}
|
[com.gfredericks/test.chuck "0.2.8"]]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue