Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Travis CI integration #1095

Merged
merged 22 commits into from
Dec 27, 2016
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d78a48c
Add file to kick off Travis
Dec 16, 2016
5e57770
Checking Travis CI's installed Xcode and simulator devices.
ajsecord Dec 27, 2016
bd3b762
Merge branch 'develop' into testtravis
ajsecord Dec 27, 2016
989261b
Adding Cocoapods init to Travis CI config.
ajsecord Dec 27, 2016
49aa7ac
Enabling building in Travis CI config.
ajsecord Dec 27, 2016
d4e4a5c
Added temporary dumping of the log file on error.
ajsecord Dec 27, 2016
20b755f
Switched Shrine to manual signing.
ajsecord Dec 27, 2016
629294c
Dump Travis code signing options.
ajsecord Dec 27, 2016
94005bf
Adding CocoaPods version to debug output.
ajsecord Dec 27, 2016
794e783
Remove code signing reporting from Travis CI config.
ajsecord Dec 27, 2016
c5bb331
Forcing `build_all` to skip code signing.
ajsecord Dec 27, 2016
0df69c2
Switching Shrine back to automatic provisioning style.
ajsecord Dec 27, 2016
7395bda
Re-enabling testing in Travis CI.
ajsecord Dec 27, 2016
4846c68
Bump up verbosity of testing.
ajsecord Dec 27, 2016
3dbbc2c
Changing test device from 10.2 to 10.1 to work around Travis CI bug.
ajsecord Dec 27, 2016
8192dbc
Remove the printing of available devices, Xcode will print them out o…
ajsecord Dec 27, 2016
49ef16d
Added more context on failure for Travis CI builds only.
ajsecord Dec 27, 2016
95f4710
Re-enable CI for our normal branches.
ajsecord Dec 27, 2016
9688c39
Remove "do not merge" file.
ajsecord Dec 27, 2016
faab394
Removing our development team and switching Catalog to automatic prof…
ajsecord Dec 27, 2016
bfa4502
Removing our development team and switching Bare to automatic profiles.
ajsecord Dec 27, 2016
a5babc3
Removing our development team and switching Pesto to automatic profiles.
ajsecord Dec 27, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump up verbosity of testing.
  • Loading branch information
ajsecord committed Dec 27, 2016
commit 4846c68e359acde4aef1bf3183b828605a06d68e
1 change: 1 addition & 0 deletions scripts/test_all
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ for workspace_scheme in $WORKSPACE_SCHEMES; do
echo
echo "Failed to test $scheme in $workspace."
echo "Log left in $log_file."
cat "$log_file"
echo "Continuing with next test..."
echo
fi
Expand Down