Commit graph

11 commits

Author SHA1 Message Date
hongarc
edfd052c4c chore: use gulp instead of grunt 2020-03-15 03:54:56 +07:00
David Nelson
4e32f729c1 Check that there are no source file changes before building
If dependencies are changed (in package.json) without updating the yarn.lock
file, or if any other part of the build process starts producing unignored
files, the CI build will fail, so that the problem can be corrected before the
PR is merged.
2019-05-01 04:04:24 -05:00
Hongarc
a42158664f
Update test in travis-ci 2019-04-23 21:26:06 +07:00
Hongarc
428be3e2f8
remove Node.js v7 in travis-ci
This project uses `contributor-faces`, it includes `gh-got`.

And `gh-got` require Node v8 so `travis-ci` will have the error.

So I have 2 option:

- Remove Nodejs v7 in `.travis.yml`
- Or install `contributor-faces` in your machine(require Node >= 8) and sometime run `contributor-faces .` in your project to update list contributor.
2019-04-10 23:18:01 +07:00
Hongarc
b884b0e398 Change npm to yarn 2018-12-04 16:51:11 +07:00
Peter Cottle
e188ae65af add node 5.3 to travis 2016-09-28 15:13:44 -07:00
Peter Cottle
2b26427ffa new versions for browserify 2016-02-14 09:14:16 -08:00
Peter Cottle
47e2e55f4a change node version 2016-02-14 09:06:56 -08:00
Peter Cottle
ddac850f16 apparently we only support 0.10 2015-05-19 09:03:40 -07:00
Peter Cottle
d6dbb1cf1c small change to trigger travis 2015-05-19 08:50:34 -07:00
Peter Cottle
ae6b781cf4 initial travis CI 2015-05-19 08:48:51 -07:00