1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-04-26 18:25:06 +01:00
notnotdnethack/.travis.yml
Chris-plus-alphanumericgibberish 3536ec9a28 Have travis compile with clang and gcc
2016-10-13 11:52:12 -04:00

12 lines
No EOL
173 B
YAML

language: c
script: make
sudo: false
notifications:
irc:
channels: "chat.freenode.net#dnethack"
use_notice: true
skip_join: true
compiler:
- clang
- gcc