Use after_success instead of script, to hopefully get back xcode tests

This commit is contained in:
Christopher Chedeau 2015-03-15 21:21:08 -07:00
parent 3b2e61a912
commit 4d598fe4fb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ install:
- npm test
# Automatically publish the website
script: '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && (cd website; npm install; ./setup.sh; ./publish.sh; echo) || echo'
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: