Skip to content

Commit

Permalink
bin/ci/before_script.sh => bin/ci/before_build.sh
Browse files Browse the repository at this point in the history
For consistency with some other clients.
  • Loading branch information
michaelklishin committed Jan 23, 2019
1 parent 5e6633a commit 39e2627
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -6,7 +6,7 @@ language: clojure
before_script:
- ./bin/ci/install_on_debian.sh
- until sudo lsof -i:5672; do echo "Waiting for RabbitMQ to start..."; sleep 1; done
- ./bin/ci/before_script.sh
- ./bin/ci/before_build.sh

script: lein all test

Expand Down
File renamed without changes.

0 comments on commit 39e2627

Please sign in to comment.