UNPKG

travis-after-all

Version:

Script that can help you execute code only once in a Travis CI build matrix

66 lines (39 loc) 2.27 kB
### HEAD * Update the list of files to be included by `npm`. ### 1.4.4 (October 19, 2015) * [[`06c4726334`](https://github.com/alrra/travis-after-all/commit/06c47263343b874f2071f38f19b2854b82748b30)] - Fix typo in `README.md`. ### 1.4.3 (September 20, 2015) * [[`c2237ac827`](https://github.com/alrra/travis-after-all/commit/c2237ac827e835f90ff0704ad7c84420d0dbc8dc)] - Increase initial check interval time to `3` seconds ### 1.4.2 (September 17, 2015) * [[`a4d18c1364`](https://github.com/alrra/travis-after-all/commit/a4d18c13647f20fe776bf1c0f594fa69443d0647)] - Lower the check interval limit to `15` seconds. ### 1.4.1 (September 13, 2015) * [[`471d33763e`](https://github.com/alrra/travis-after-all/commit/471d33763e1311ce6e2997adcf45ff9a75b04653)] - Update and improve the content from the `README.md` file. ### 1.4.0 (September 10, 2015) * [[`2a656d9390`](https://github.com/alrra/travis-after-all/commit/2a656d9390543ceba776a2c790805bbfdad68e2b)] - Make `travis-after-all` take partial decisions (see also: [`#4`](https://github.com/alrra/travis-after-all/issues/4)). ### 1.3.0 (August 12, 2015) * [[`072a2110ae`](https://github.com/alrra/travis-after-all/commit/072a2110aea79a05d05fe2e7ef23edbc5536621a)] - Make `$(npm bin)/travis-after-all` actually work. ### 1.2.0 (August 12, 2015) * [[`f22fd1e83a`](https://github.com/alrra/travis-after-all/commit/f22fd1e83a72bc53b41212921883e09ef6227c95)] - Make `curl -sSL https://.../travis-after-all.js | node` actually work. ### 1.1.0 (August 9, 2015) * [[`abe4efe3d8`](https://github.com/alrra/travis-after-all/commit/abe4efe3d802f3eeffd9a4a910ef0bd7067230af)] - Add missing `main` field in `package.json`. ### 1.0.0 (August 9, 2015) * [[`e7a900bdd7`](https://github.com/alrra/travis-after-all/commit/e7a900bdd78af498a445174420c95caafe2218d6)] - Make module requireable (see also: [`#2`](https://github.com/alrra/travis-after-all/issues/2)). ### 0.1.3 (July 11, 2015) * [[`9196c8a36e`](https://github.com/alrra/travis-after-all/commit/9196c8a36eba8fe3b187077fc9d4cf09c0a34eb1)] - Fix `npm` related usage example from `README.md`. ### 0.1.2 (June 27, 2015) * Make minor improvements. ### 0.1.1 (June 23, 2015) * Make minor improvements. ### 0.1.0 (June 23, 2015)