From bf4bf0a2e25ef87dfd5ba7be8bed4e1218bf4596 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 23 Jul 2024 23:25:55 +1200 Subject: [PATCH] Update development workflows. --- .github/workflows/development.yml | 2 +- .travis.yml | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 757c016..cfb7d27 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -23,7 +23,7 @@ jobs: ruby-version: ${{matrix.ruby}} bundler-cache: true - - uses: kurocha/setup-cpp@master + - uses: kurocha/setup-cpp@v1 - name: Run tests timeout-minutes: 5 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 717b63c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Setup the environment: -dist: xenial - -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - libc++-dev - -matrix: - include: - - compiler: clang - - compiler: gcc - env: TARGETS="compiler-gcc" - -install: - - gem install teapot - -# Run tests: -script: - - teapot fetch - - teapot build Test/Geometry $TARGETS