Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 2301b42

Browse files
committed
Travis builds develop too
1 parent cb57a34 commit 2301b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ osx_image: xcode8.1
33
branches:
44
only:
55
- master
6-
6+
- develop
77
env:
88
global:
99
- PROJECT_NAME="Spinner.xcodeproj"
@@ -31,4 +31,4 @@ script:
3131
- xcodebuild -project "$PROJECT_NAME" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty;
3232

3333
after_success:
34-
- bash <(curl -s https://codecov.io/bash)
34+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)