Skip to content

Commit c4461f4

Browse files
committed
moving travis version to 5.2
1 parent 3e55628 commit c4461f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
install:
2121
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
2222
script:
23+
- swiftenv install --list
24+
- swiftenv local 5.2
25+
- swift --version
2326
- swift package update
2427
- swift build
2528
- swift test

0 commit comments

Comments
 (0)