mirror of
https://github.com/metosin/reitit.git
synced 2026-02-04 19:33:12 +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
|
sudo: false
|
||||||
language: clojure
|
language: clojure
|
||||||
lein: 2.7.1
|
lein: 2.7.1
|
||||||
|
install:
|
||||||
|
- lein deps
|
||||||
|
- npm install
|
||||||
script:
|
script:
|
||||||
- ./scripts/test.sh $TEST
|
- ./scripts/test.sh $TEST
|
||||||
- ./scripts/submit-to-coveralls.sh $TEST
|
- ./scripts/submit-to-coveralls.sh $TEST
|
||||||
|
|
@ -11,7 +14,7 @@ env:
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
node_js:
|
node_js:
|
||||||
- "8.6"
|
- "8"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/.m2"
|
- "$HOME/.m2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue