Skip to content

Commit

Permalink
Merge pull request #13 from carocad/cljs-support
Browse files Browse the repository at this point in the history
make cljs support official
  • Loading branch information
carocad committed Oct 9, 2019
2 parents 91f911c + 3e1a0f6 commit d2e812f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d2e812f

Please sign in to comment.