diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfdfce3..1210a91 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 aff0900..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -language: scala -cache: - directories: - - $HOME/.ivy2 -script: - - sbt test scripted