diff --git a/.travis.yml b/.travis.yml index 3c80436..f701dd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,15 +4,11 @@ jdk: jobs: include: - - stage: JvmTests + - stage: Tests script: - lein do clean, compile, check, eastwood - lein trampoline test - - - stage: JsTests - script: - - nvm install 10.10 && nvm use 10.10 - - lein trampoline cljsbuild test + - nvm install 10.10 && nvm use 10.10 && lein trampoline cljsbuild test - stage: Benchmark if: branch = master diff --git a/project.clj b/project.clj index d3e0613..2bc253f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject carocad/parcera "0.1.3" +(defproject carocad/parcera "0.2.0" :description "Grammar-based Clojure(script) parser" :url "https://github.com/carocad/parcera" :license {:name "LGPLv3"