mas/.travis.yml

19 lines
261 B
YAML
Raw Normal View History

2015-08-11 00:21:04 +08:00
language: objective-c
2015-09-14 09:51:09 +01:00
xcode_sdk: macosx10.11
osx_image: xcode7
2015-08-11 00:21:04 +08:00
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
2015-08-22 19:30:14 +08:00
install:
- bash script/bootstrap
2015-08-11 00:21:04 +08:00
script:
2015-09-19 23:43:03 +01:00
- bash script/build
2015-09-20 11:23:36 +01:00
before_deploy:
- bash script/package