Skip to content

Commit

Permalink
Merge pull request SwiftyJSON#15 from BDHernand/master
Browse files Browse the repository at this point in the history
Updated travis file to point to new code
  • Loading branch information
ianpartridge authored Aug 24, 2016
2 parents 1163fac + ef8582b commit 3f2a638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ notifications:
matrix:
include:
- os: linux
services: docker
dist: trusty
sudo: required
- os: osx
osx_image: xcode8
Expand All @@ -29,4 +29,4 @@ before_install:
- git submodule update --init --remote --merge --recursive

script:
- ./Package-Builder/script_travis.sh $TRAVIS_OS_NAME $TRAVIS_BRANCH $TRAVIS_BUILD_DIR SwiftyJSON
- ./Package-Builder/build-package.sh $TRAVIS_BRANCH $TRAVIS_BUILD_DIR

0 comments on commit 3f2a638

Please sign in to comment.