godot-demo-projects/.travis.yml

19 lines
246 B
YAML
Raw Normal View History

2020-03-19 23:36:55 +01:00
dist: bionic
stages:
- build
matrix:
include:
- name: Static checks (format.sh)
stage: build
os: linux
addons:
apt:
packages:
- dos2unix
- recode
script:
- bash ./format.sh