Skip to content

Commit

Permalink
fix: pin js dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carocad committed Oct 21, 2020
1 parent 0517959 commit 72abf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# generate javascript
- java -jar antlr-4.7.1-complete.jar -Xexact-output-dir -o src/clojure/parcera/antlr/js -package parcera.antlr -Dlanguage=JavaScript -no-listener -no-visitor src/Clojure.g4
# pre-bundle javascript
- npm init --yes && npm add webpack webpack-cli antlr4
- npm init --yes && npm add webpack@4 webpack-cli@3 antlr4@4
- npx webpack --config ./resources/webpack.config.js
- lein test-runner

Expand All @@ -43,7 +43,7 @@ jobs:
# generate javascript
- java -jar antlr-4.7.1-complete.jar -Xexact-output-dir -o src/clojure/parcera/antlr/js -package parcera.antlr -Dlanguage=JavaScript -no-listener -no-visitor src/Clojure.g4
# pre-bundle javascript
- npm init --yes && npm add webpack webpack-cli antlr4
- npm init --yes && npm add webpack@4 webpack-cli@3 antlr4@4
- npx webpack --config ./resources/webpack.config.js
- lein do javac, compile, check
deploy:
Expand Down

0 comments on commit 72abf7e

Please sign in to comment.