language: c sudo: required before_install: - chmod +x before_install.sh - ./before_install.sh script: - chmod +x script.sh - ./script.sh