Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
feat(documentation): Moved doc build to after bumper bump so the docu…
Browse files Browse the repository at this point in the history
…mentation gets the correct latest version
  • Loading branch information
zakhenry committed Jun 3, 2016
1 parent 7278708 commit 2e5e1a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ after_success:
- ssh-add .travis/deployment_key.pem
before_deploy:
- pr-bumper bump
- u doc:build
env:
global:
- secure: n/IuwtJpQAd5LG1ik75mJOjMuK4uOAYeaQERNG+eYj2v5gJ7QMIn3z/osV3rP3C3TOfPvRRwN8f2L8mOjhUndHMFizpxeFdXkE0zKmqYza8OEywx6USbNq3qJTafx/01cW8Ttqm79dmxkO+59xan/7MiAY8OYRRz8SHBc9vVYHuGmzrrDoEHpK8HLs8N2UNX2LZUoZFoqJ2fDUiP/mktXj1GJ/+X00f12mtez8rmnvrnV8fNThRbQoR0T6SY7Cq/Tj+UArpLhRhqvD61/BIz7e4PTFgCmZrB6xBWU9Dzv9/2CBR1CWrKwWHB2nn2NexKCIjQ9Kdnx43tx7t96nmXV7MVzovDwJ0lkod4v2vdjr3x02M1hoaaOEnCO3tyFRcA93R6yUlWyoXUqGtSzmJMKNXPvzKkNMhqRNaBD4q02+ss/9Ocfzq2ZeUCgZ+wUghSb2BxvvLDWii3nKlrtAhraGQHtusb6Np96PaXvlRpuXRvK6h9FaSvf15sdhL7yZ19CbQnuryEgVmntxpMVxFR9WWwpKOq/Ih+kRC1jns9Hv54xSuziteewpHmcKs2LHCggXblCWsQlnGhKuvKB9jfZVVYGXC6eGkzfIVaebiIVwuYvBhcCqwE8ZF2MI890hCncFIXIvZiNd/tClyVFSCzOaDruecX34BW9UFvczORglc=
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "u watch",
"test": "u test",
"coveralls": "u coveralls",
"build": "u build && u doc:build",
"build": "u build",
"postinstall": "typings install",
"postpublish": "u doc:deploy"
},
Expand Down Expand Up @@ -54,4 +54,4 @@
"devDependencies": {
"@ubiquits/toolchain": "^0.0.12"
}
}
}

0 comments on commit 2e5e1a6

Please sign in to comment.