mirror of
https://github.com/metosin/reitit.git
synced 2025-12-24 02:48:25 +00:00
Install node deps on travis
This commit is contained in:
parent
b01bcd8972
commit
40fef6bae2
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
sudo: false
|
||||
language: clojure
|
||||
lein: 2.7.1
|
||||
install:
|
||||
- lein deps
|
||||
- npm install
|
||||
script:
|
||||
- ./scripts/test.sh $TEST
|
||||
- ./scripts/submit-to-coveralls.sh $TEST
|
||||
|
|
@ -11,7 +14,7 @@ env:
|
|||
jdk:
|
||||
- oraclejdk8
|
||||
node_js:
|
||||
- "8.6"
|
||||
- "8"
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.m2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue