Browse Source

Add missing environment variable for interop tests (#589)

George Barnett 6 years ago
parent
commit
6636dd0c6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -44,7 +44,7 @@ jobs:
       os: linux
       dist: bionic
       script: ./.travis-script.sh
-      env: RUN_INTEROP_TESTS=true
+      env: RUN_INTEROP_TESTS=true SWIFT_VERSION=5.1
     - <<: *interop_tests
       name: "Ubuntu 18.04 (Swift 5.0)"
       env: RUN_INTEROP_TESTS=true SWIFT_VERSION=5.0.3