diff --git a/.travis.yml b/.travis.yml index ad13083c9..0074089ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ -language: bash node_js + +language: node_js dist: xenial -sudo: required -node_js: - - 10 + before_script: - curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx install: @@ -42,4 +41,4 @@ jobs: - # stage name not required script: bash tests/tests_ts3server.sh - # stage name not required - script: bash tests/tests_shellcheck.sh \ No newline at end of file + script: bash tests/tests_shellcheck.sh