This commit is contained in:
Bob Sun 2017-03-24 23:16:58 -07:00
parent 93060a7b77
commit 3ccb8e4cb0
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
9 changed files with 372 additions and 3 deletions

5
fastlane/travis.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
gem update fastlane
fastlane test
exit $?