Skip to content

Commit

Permalink
Add missing erlang to execute erl command
Browse files Browse the repository at this point in the history
  • Loading branch information
hirotnk committed Apr 22, 2020
1 parent 0dbe3f9 commit cd8b74c
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 @@ -7,7 +7,7 @@ before_install:
- docker pull asciidoctor/docker-asciidoctor:latest

script:
- docker run -i -v ${PWD}:/documents/ -t --name thebeambook asciidoctor/docker-asciidoctor bash -c "apk add --no-cache git rsync && make"
- docker run -i -v ${PWD}:/documents/ -t --name thebeambook asciidoctor/docker-asciidoctor bash -c "apk add --no-cache git rsync erlang && make"

after_error:
- docker logs thebeambook
Expand Down

0 comments on commit cd8b74c

Please sign in to comment.