1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-14 04:26:44 -05:00
OpenDiablo2/.travis.yml

9 lines
133 B
YAML
Raw Normal View History

2019-10-24 10:03:49 -04:00
language: go
2019-10-24 12:01:37 -04:00
before_install:
- sudo apt-get -y install libx11-dev
2019-10-24 10:13:31 -04:00
script: buildci.sh
2019-10-24 10:03:49 -04:00
git:
depth: 1
notifications:
email: false