From 6e34b23f6754a65b662b64f30e936df5e9ed9aa5 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 6 May 2022 14:57:17 -0700 Subject: [PATCH] remove Travis config file --- .github/workflows/ci.yml | 2 +- .travis.yml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfdfce30..1210a913 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,4 @@ jobs: distribution: temurin java-version: 11 - name: Scripted tests - run: sbt scripted + run: sbt test scripted diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index aff09006..00000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: scala -cache: - directories: - - $HOME/.ivy2 -script: - - sbt test scripted