mirror of
https://github.com/metosin/reitit.git
synced 2026-01-08 16:29:49 +00:00
Remove .travis.yml
Migrating to Circle.
This commit is contained in:
parent
646c341ac6
commit
ba3788abee
1 changed files with 0 additions and 24 deletions
24
.travis.yml
24
.travis.yml
|
|
@ -1,24 +0,0 @@
|
|||
sudo: required
|
||||
language: clojure
|
||||
lein: 2.7.1
|
||||
install:
|
||||
- ./scripts/lein-modules install
|
||||
- lein deps
|
||||
- npm install
|
||||
script:
|
||||
- ./scripts/test.sh $TEST
|
||||
# - ./scripts/submit-to-coveralls.sh $TEST
|
||||
env:
|
||||
matrix:
|
||||
- TEST=clj
|
||||
- TEST=cljs
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
node_js:
|
||||
- "8"
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.m2"
|
||||
- "node_modules"
|
||||
addons:
|
||||
chrome: stable
|
||||
Loading…
Reference in a new issue