Skip to content
Snippets Groups Projects
Commit 5fcd1191 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

fix circle.yml

parent 281a5939
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ machine:
- docker
dependencies:
pre:
- curl -sL https://github.com/harbur/captain/releases/download/v1.0.0/captain > ~/bin/captain
- chmod u+x ~/bin/captain
- curl -sSL https://raw.githubusercontent.com/harbur/captain/v1.0.0/install.sh | bash
- export PATH=$HOME/.captain/bin:$PATH
test:
override:
- ./test.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment