Skip to content

Commit

Permalink
Move update_dist_directory.sh into bin/travis
Browse files Browse the repository at this point in the history
Make it even more clear that the `update_dist_directory.sh`
is intended for Travis¹, and not for the user to run it.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

¹ http://docs.travis-ci.com/
  • Loading branch information
alrra committed Oct 12, 2014
1 parent f3ecc0c commit 3d4c3da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# [!] This script is intended for Travis. If the tests pass, Travis will
# automatically execute this script, regenerating the `dist` directory and
# committing any new changes to the `master` branch.
# Details: github.com/h5bp/html5-boilerplate/commit/a3baca2367fab2d

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"build": "gulp build",
"test": "gulp archive && mocha --reporter spec --timeout 5000",
"update_dist_directory": "bin/update_dist_directory.sh"
"update_dist_directory": "bin/travis/update_dist_directory.sh"
},
"version": "4.3.0"
}

0 comments on commit 3d4c3da

Please sign in to comment.