.travis.yml


Log

Author Commit Date CI Message
ExE Boss 0dd44d53 2019-07-17T21:22:24 gulp: Use `async` functions & drop testing on Node v6 (#1783) This refactors the `gulpfile.js` to use async/await for clearer code. It also drops testing for all NodeJS versions before NodeJS v8 because they don't support async/await.
Michael Schmidt 66b44e3b 2019-03-24T23:03:10 Travis: Fail when changed files are detected (#1819) This adds a new check to the Travis CI config which will cause the build to fail if any files change (This usually indicates that the committer forgot to rebuild Prism.). To implement this, we also add the `package-lock.json` file.
Michael Schmidt 6ec71e0b 2019-01-22T13:27:53 Change tested NodeJS versions (#1651) Remove Node 4 & 9 because both are EOL'd. Node 10 + current were added.
Golmote 68612594 2018-03-11T09:26:33 Build all branches (including gh-pages) on Travis CI. Closes #1341
Golmote df01b1b9 2018-03-08T23:37:19 Stop testing on Node 0.10 and 0.12
paladox 97b7d0a8 2018-03-08T22:36:16 test against nodejs 4, 6, 8 and 9 (#1329)
Lea Verou 4fa29a9f 2016-12-05T16:02:54 Set up auto npm publishing
Jannik Zschiesche 9e6703ad 2015-07-26T14:32:00 Added travis.yml to run tests in travis