language: bash before_install: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi script: # launch the tests - bash .artenolis/runtests.sh