Skip to content

Commit

Permalink
(Too) simple travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Apr 17, 2018
1 parent 6f12a68 commit a00bd70
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
sudo: false

language: c

compiler:
- clang
- gcc

script:
- $CC -std=c11 -O2 -c zdis.c

notifications:
irc:
channels:
- "irc.choopa.net#cemu-dev"
on_success: change
on_failure: always
skip_join: true

0 comments on commit a00bd70

Please sign in to comment.