Skip to content

Commit

Permalink
Remove old Nim versions from Nimble CI
Browse files Browse the repository at this point in the history
Nim version containing changes from commit
`8ede3bc0494aa27d98384fa5449c5c3026ac8f92` is required for successful
build of latest Nimble.

Related to #127
  • Loading branch information
bobeff committed Apr 24, 2021
1 parent 545a789 commit 140b858
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
- macos-latest
- ubuntu-latest
nimversion:
- 1.2.8
- 1.4.2
- nightly:https://github.com/nim-lang/nightlies/releases/tag/2021-02-06-devel-39230422d02bd41b02378211e8613f702e5b945c
- nightly:https://github.com/bobeff/Nim/tree/feature/nimble-lockfile-support
name: ${{ matrix.os }} - ${{ matrix.nimversion }}
runs-on: ${{ matrix.os }}
env:
Expand Down
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ os:
language: c

env:
- BRANCH=0.20.2
- BRANCH=1.0.8
- BRANCH=1.2.6
# This is the latest working Nim version against which Nimble is being tested
- BRANCH=#8a004e2
- BRANCH=#8ede3bc

cache:
directories:
Expand Down
20 changes: 0 additions & 20 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
tcheckcommand
tdevelopfeature
tester
testscommon
tissues
tlocaldeps
tlockfile
tmisctests
tmoduletests
tmultipkgs
tnimbledump
tnimblerefresh
tnimscript
tpathcommand
treversedeps
truncommand
tsetupcommand
ttestcommand
ttwobinaryversions
tuninstall
/nimble-test
/buildDir
/binaryPackage/v1/binaryPackage
Expand Down

0 comments on commit 140b858

Please sign in to comment.