passforios/fastlane/travis.sh
2017-03-26 20:01:00 -07:00

5 lines
53 B
Bash
Executable file

#!/bin/sh
gem update fastlane
fastlane test
exit $?