From 4f2df835506fd9f82b4b1b93ff3c481ab388ba11 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 2 Apr 2019 15:47:14 +0100 Subject: [PATCH] fix(travis): fixed trusty being used instead of xential --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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