From b379449dababf424e297032f5265df1c4f91e5bf Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:18:44 +0100 Subject: [PATCH] Delete .travis.yml Since this repo uses GitHub Actions for CI instead. --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4f529cb..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: bash -branches: - only: - - master -before_install: -- curl --silent https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz | tar xz -C /tmp/ -- git clone https://github.com/heroku/heroku-buildpack-testrunner.git /tmp/testrunner -script: "/tmp/testrunner/bin/run -c ." -env: - global: - - SHUNIT_HOME="/tmp/shunit2-2.1.6"