Files
How-Fake-Is-This/.travis.yml
2017-09-09 08:03:51 +01:00

13 lines
129 B
YAML

language: html
branches:
only:
- master
before_script:
- chmod +x ./scripts/build
script: ./scripts/build
sudo: true