diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..7ca441e39 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: bash + +before_script: + - curl -L "http://downloads.sourceforge.net/shunit2/shunit2-2.0.3.tgz" | tar zx + +script: + - bash CounterStrikeGlobalOffensive/csgoserver \ No newline at end of file