Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
working on #2
  • Loading branch information
cooljeanius authored Sep 21, 2023
1 parent 714315b commit 6c1415f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: xenial

git:
depth: 1000
depth: false

language: node_js

Expand All @@ -19,6 +19,7 @@ before_install:

before_script:
- script/bootstrap
- git --version
- script/uberjar
- mkdir -p builds/out-adv
- bin/cljsc src/test/cljs "{:optimizations :advanced
Expand Down

0 comments on commit 6c1415f

Please sign in to comment.