2015-03-10 19:11:28 -07:00
|
|
|
language: objective-c
|
|
|
|
xcode_project: Examples/UIExplorer/UIExplorer.xcodeproj
|
|
|
|
xcode_scheme: UIExplorer
|
|
|
|
xcode_sdk: iphonesimulator8.1
|
|
|
|
install:
|
|
|
|
- npm install
|
|
|
|
- npm test
|
2015-03-15 18:46:48 -07:00
|
|
|
|
|
|
|
# Automatically publish the website
|
2015-03-15 18:51:36 -07:00
|
|
|
script: cd website; ./setup.sh; ./publish.sh
|
2015-03-15 18:46:48 -07:00
|
|
|
env:
|
|
|
|
- secure: "g8Xjbslq4R+3oLVgBvXM5QhiJ+7q+H+dH4+sXReyyZ64M5gf32U7oOjQNVkdx79dnGFc6a619otGsX4RiEkQlkiR+4uCgJUIgPwN4YFCIgYu4Z/0FnbbRu5yyywh5zv4WwGmAtMkgGztoMBnps5gCiPUM/RGIqwVk0Ghbmh5c2k="
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|