.travis.yml 650 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. language: bash
  2. sudo: required
  3. env:
  4. - DISTRO=ubuntu-trusty
  5. before_script:
  6. - curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx
  7. addons:
  8. apt:
  9. sources:
  10. - ubuntu-toolchain-r-test
  11. packages:
  12. - mailutils
  13. - postfix
  14. - curl
  15. - wget
  16. - file
  17. - bzip2
  18. - gzip
  19. - unzip
  20. - bsdmainutils
  21. - python
  22. - util-linux
  23. - ca-certificates
  24. - binutils
  25. - bc
  26. - tmux
  27. - lib32gcc1
  28. - libstdc++6
  29. - libstdc++6:i386
  30. - net-tools
  31. - iproute2
  32. script:
  33. - bash tests/tests_jc2server.sh
  34. - bash tests/tests_ts3server.sh