Files
KaTeX/.travis.yml
ylemkimon 3f69de5036 Update NPM scripts and documentation (#1146)
* Group more test npm scripts into `test:`

* Update documentations on the development workflow

* Update .travis.yml to match updated NPM scripts

* Run npm install in Travis
2018-02-11 16:11:59 -05:00

22 lines
423 B
YAML

language: node_js
node_js:
- stable
cache:
directories:
- node_modules
sudo: required
services:
- docker
before_script:
- docker pull selenium/standalone-firefox:2.48.2
- docker pull selenium/standalone-chrome:2.48.2
- docker images --no-trunc
install:
- npm install
- npm ls || true
- npm install -g codecov
script:
- npm test
- npm run test:jest:coverage && codecov
- npm run test:screenshots