Skip to content

Commit

Permalink
Correct syntax for cd HHTabBarView/ command (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna G authored and hemangshah committed Sep 19, 2018
1 parent db79f94 commit 3497180
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ osx_image: xcode9.2
branches:
only:
- master

script: cd HHTabBarView/ xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

script:
- cd HHTabBarView/
- xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 comments on commit 3497180

Please sign in to comment.