diff options
| author | Tomáš Znamenáček | 2015-01-13 09:14:23 +0100 |
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-13 09:14:23 +0100 |
| commit | 807c5d782bf533242d17ca05276df48b3c867c42 (patch) | |
| tree | b7486601650da37f36b21fd633be8921bf059c58 /.travis.yml | |
| parent | cd0926808c881bd281443e3bcc3aa422e063cefb (diff) | |
| download | MASShortcut-807c5d782bf533242d17ca05276df48b3c867c42.tar.bz2 | |
Added a barebones Travis config file.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c37db22 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: objective-c +xcode_project: MASShortcut.xcodeproj +xcode_scheme: Tests |
