Commit graph

18 commits

Author SHA1 Message Date
Futago-za Ryuu b5d01f7505 Test only the latest versions of LTS releases 2018-03-23 12:33:06 +00:00
Futago-za Ryuu 94a5f24817 Use only Yarn 2018-03-23 02:22:11 +00:00
Futago-za Ryuu b3329e626e Integrate yarn 2018-03-23 02:19:08 +00:00
Mingun 3f8cf7cd58 Add coveralls.io support 2017-12-18 18:58:49 +05:00
Futago-za Ryuu 247a0bf707 Removed non-LTS versions of Node.js 2017-12-17 01:01:00 +00:00
Futago-za Ryuu bc5c8a0f97 Add support for testing with Node.js 8 2017-06-12 02:12:38 +01:00
David Majda e0511a55d5 .travis.yml: Test also with Node.js 7.0.x 2016-12-08 10:31:12 +01:00
David Majda 9d12b500df .travis.yml: Separate entries with empty lines 2016-10-11 12:18:27 +02:00
David Majda 9956b42392 Switch from Make to Gulp
The core of the transition is getting rid of Makefile and replacing it
with gulpfile.js. The rest is details (fixing dependencies, changing all
references to "make", etc.).

Target/task names mostly stay the same, so in most cases "gulp foo" does
what "make foo" did before. The only exceptions are "make browser" and
"make browserclean", which are now "gulp browser:build" and "gulp
browser:clean" (it feels more systematic).

Functionality is mostly unchanged (modulo Gulp clutter in the console),
but there are two small exceptions:

  gulp spec

    The reporter now displays just dots while previously it displayed
    spec descriptions. There is also a deprecation warning (most likely
    because I used an old version of gulp-jasmine in order to support
    Jasmine 1.x). I kept these issues unfixed because I plan to switch
    to Mocha soon (#409).

  gulp browser:build

    The copyright header is now added manually both to the development
    and minified build. Before, it was added only to the development
    build and the minified build relied on preserving it using "uglify
    --comments". This was broken since switching to //-style comments.

    There is now also an empty line between the header and the source
    code.

Fixes #444.
2016-10-11 11:53:25 +02:00
David Majda 16f38f6380 Drop Node 0.10.x & 0.12.x support
See #442.
2016-09-07 11:26:52 +02:00
David Majda 7089debae2 .travis.yml: Test also with Node.js 6.0.x 2016-04-27 09:24:27 +02:00
David Majda 6a3ede059d .travis.yml: Tweak Node.js versions
Do not test under io.js (which is no longer a thing), test under Node.js
4.0.x and 5.0.x.

Zero minor versions are intentional, I wan't to make sure that PEG.js
doesn't depend on any features added later in the 4.x and 5.x cycle.
2016-01-15 10:32:21 +01:00
Joseph Frazier 2483b950e6 travis: cache node_modules for faster builds
This reduces build times by around 10 seconds.

http://blog.travis-ci.com/2013-12-05-speed-up-your-builds-cache-your-dependencies/
2015-10-18 13:58:13 -04:00
Joseph Frazier 8bd2e4965e travis: use containers for faster builds
http://docs.travis-ci.com/user/migrating-from-legacy/
2015-10-16 11:52:37 -04:00
Arlo Breault 16756d9010 Run CI on newer version of node / iojs 2015-06-05 14:41:32 -07:00
David Majda 4a3b9cbb8d Require Node.js >= 0.10.0
Travis CI builds with Node.js 0.8.x started to fail:

  https://travis-ci.org/dmajda/pegjs/jobs/26691570

Rather than investigating what's wrong I decided to stop supporting Node
0.8.x. Node.js 0.10.x is here for over a year, which should be enough
time for everyone to upgrade in the fast-paced Node.js world.
2014-06-04 07:37:19 +02:00
David Majda 93d3c6a250 Update .travis.yml
Remove a directive to test in Node.js 0.6. Add a directive to test in
Node.js 0.10.

Should fix broken Travis CI builds:

  https://travis-ci.org/dmajda/pegjs/builds/15922026
2013-12-29 11:46:03 +01:00
David Majda 12398ada9a Implement Travis CI integration 2012-10-28 16:01:13 +01:00