-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from appsforartists/style-doc-correction
Style doc correction
- Loading branch information
Showing
512 changed files
with
25,269 additions
and
6,870 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
language: node_js | ||
node_js: | ||
- "0.10" | ||
language: objective-c | ||
before_install: | ||
- brew update | ||
- brew reinstall xctool | ||
install: | ||
- brew install watchman | ||
- npm install | ||
before_script: | ||
- npm test | ||
- (npm start > packager.log 2>&1 &) && echo $! > packager.pid | ||
|
||
script: ./build.sh 8.1 | ||
|
||
after_script: | ||
- pkill -9 -F packager.pid | ||
- cat packager.log | ||
- rm packager.log | ||
- rm packager.pid | ||
|
||
# Automatically publish the website | ||
after_success: '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && (cd website; npm install; ./setup.sh; ./publish.sh; echo) || echo' | ||
|
||
env: | ||
- secure: "g8Xjbslq4R+3oLVgBvXM5QhiJ+7q+H+dH4+sXReyyZ64M5gf32U7oOjQNVkdx79dnGFc6a619otGsX4RiEkQlkiR+4uCgJUIgPwN4YFCIgYu4Z/0FnbbRu5yyywh5zv4WwGmAtMkgGztoMBnps5gCiPUM/RGIqwVk0Ghbmh5c2k=" | ||
|
||
branches: | ||
only: | ||
- master |
Oops, something went wrong.