Skip to content

Commit

Permalink
fix yml name and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tarappo committed Aug 24, 2017
1 parent b8f0ca8 commit a5ca2f8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: swift

osx_image: xcode8.3

xcode_project: ci-sample.xcodeproj
xcode_scheme: ci-sample

before_install:
- openssl aes-256-cbc -K $encrypted_448470aeb6e7_key -iv $encrypted_448470aeb6e7_iv -in ./travis/secrets.tar.enc -out ./travis/secrets.tar -d
- tar xvf ./travis/secrets.tar -C ./travis
- gem install xcpretty-travis-formatter --no-document
- bundle install --path ./vendor/bundle

before_script:
- bundle exec fastlane setup_certificate
- mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
- cp ./travis/*mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/

script:
- bundle exec fastlane build

after_success:

after_script:
- security delete-keychain ios-build.keychain
- rm -f "~/Library/MobileDevice/Provisioning Profiles/"

notifications:
email: false
2 changes: 0 additions & 2 deletions travis.yml

This file was deleted.

0 comments on commit a5ca2f8

Please sign in to comment.