Skip to content

Commit

Permalink
Only publish the website for committed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Mar 16, 2015
1 parent a68f2b5 commit 25aafc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- npm test

# Automatically publish the website
script: cd website; npm install; ./setup.sh; ./publish.sh; echo
script: '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && (cd website; npm install; ./setup.sh; ./publish.sh; echo)'
env:
- secure: "g8Xjbslq4R+3oLVgBvXM5QhiJ+7q+H+dH4+sXReyyZ64M5gf32U7oOjQNVkdx79dnGFc6a619otGsX4RiEkQlkiR+4uCgJUIgPwN4YFCIgYu4Z/0FnbbRu5yyywh5zv4WwGmAtMkgGztoMBnps5gCiPUM/RGIqwVk0Ghbmh5c2k="
branches:
Expand Down

0 comments on commit 25aafc3

Please sign in to comment.