Browse Source

testing out travis

pull/342/head
Daniel Gibbs 10 years ago
parent
commit
3d094e72a4
  1. 7
      .travis.yml

7
.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
Loading…
Cancel
Save