Skip to content

Commit

Permalink
Remove internal mentions to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jan 23, 2024
1 parent 65ef409 commit 9df5f71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
dub build --compiler=${{ env.DC }}
if [[ ${{ matrix.do_test }} == 'true' ]]; then
dub run --compiler=${{ env.DC }} --single test/issue2051_running_unittests_from_dub_single_file_packages_fails.d
./scripts/ci/travis.sh
./scripts/ci/ci.sh
fi
- name: '[Windows] Test'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/ci/setup-ldc-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# sets up LDC for cross-compilation. Source this script, s.t. the new LDC is in PATH

# Make sure this version matches the version of LDC2 used in .travis.yml,
# Make sure this version matches the version of LDC2 used in the CI configuration
# otherwise the compiler and the lib used might mismatch.
LDC_VERSION="1.22.0"
ARCH=${ARCH:-32}
Expand Down

0 comments on commit 9df5f71

Please sign in to comment.