Skip to content

Commit ef4e078

Browse files
committed
ENH: hack to add FS license
1 parent ebcafde commit ef4e078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_install:
2424
CI_ENV=`bash <(curl -s https://codecov.io/env)`
2525
docker pull ${DOCKER_IMAGE} # pull latest release
2626
docker run $CI_ENV -itd --name fmriprep --entrypoint=/bin/bash -v `pwd`:/opt/nt -w /opt/nt ${DOCKER_IMAGE}
27+
docker exec fmriprep sh -c 'echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IC9vcHQvZnJlZXN1cmZlci9saWNlbnNlLnR4dAo=" | base64 -d | sh'
2728
fi
2829
2930
install:

0 commit comments

Comments
 (0)