Skip to content

Commit

Permalink
redundant do
Browse files Browse the repository at this point in the history
  • Loading branch information
barkanido committed Dec 6, 2020
1 parent 26eaa5a commit ba25a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- stage: lint
script: lein lint
- stage: build
script: lein do javac
script: lein javac
- stage: test
script: lein do clean, javac, test
after_script: bash -ex test/coveralls.sh
Expand Down

0 comments on commit ba25a7c

Please sign in to comment.