Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
feat: Update to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueL8 committed Apr 12, 2018
1 parent 1b53fa8 commit c1ae131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ os:
- linux
- osx
dist: trusty
osx_image: xcode9
osx_image: xcode9.2
before_install:
- if [[ $TRAVIS_NODE_VERSION == "8" ]]; then npm install -g npm@4; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get head; fi
Expand All @@ -28,7 +28,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then osName="osx"; fi
- export projectFolder=`pwd`
- projectName="$(basename $projectFolder)"
- export SWIFT_SNAPSHOT=swift-4.0
- export SWIFT_SNAPSHOT=swift-4.0.3
- source ./Package-Builder/install-swift.sh
- if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then npm run testsdkgen; fi
- if [[ $TRAVIS_EVENT_TYPE != "cron" ]]; then npm run coverage && npm run report-coverage; fi
Expand Down
2 changes: 1 addition & 1 deletion refresh/templates/common/swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.0.3

0 comments on commit c1ae131

Please sign in to comment.