Skip to content

Commit

Permalink
bumping version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cezheng committed Sep 17, 2016
1 parent a9eb8a7 commit c78f63b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c

os: osx
osx_image: xcode7.3
osx_image: xcode8

env:
global:
Expand All @@ -11,12 +11,11 @@ env:
- TVOS_SCHEME="Fuzi-tvOS"
- WATCHOS_SCHEME="Fuzi-WatchOS"
matrix:
- DESTINATION="platform=OS X,arch=x86_64" SCHEME="$OSX_SCHEME" ACTION="test"
- DESTINATION="platform=iOS Simulator,name=iPhone 6s" SCHEME="$IOS_SCHEME" EXTRA="-sdk iphonesimulator" ACTION="test"
- DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p" SCHEME="$TVOS_SCHEME" EXTRA="-sdk appletvsimulator" ACTION="test"
- DESTINATION="name=Apple Watch - 38mm" SCHEME="$WATCHOS_SCHEME" ACTION="build"
- DESTINATION="platform=macOS,arch=x86_64" SCHEME="$OSX_SCHEME" SDK="macosx" ACTION="test"
- DESTINATION="platform=iOS Simulator,name=iPhone 7" SCHEME="$IOS_SCHEME" SDK="iphonesimulator" ACTION="test"
- DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p" SCHEME="$TVOS_SCHEME" SDK="appletvsimulator" ACTION="test"
- DESTINATION="name=Apple Watch - 38mm" SCHEME="$WATCHOS_SCHEME" SDK="watchsimulator" ACTION="build"

script:
- xcode-select -p
- xctool -workspace "$XCWORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" $EXTRA $ACTION
script:
- xcodebuild -workspace "$XCWORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -sdk $SDK $ACTION

2 changes: 1 addition & 1 deletion Fuzi.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Fuzi"
s.version = "0.3.1"
s.version = "0.4.0"
s.license = "MIT"
s.summary = "A fast & lightweight XML & HTML parser in Swift with XPath & CSS support"
s.homepage = "https://github.com/cezheng/Fuzi"
Expand Down

0 comments on commit c78f63b

Please sign in to comment.