Docker container behind dos.jerryaldrichiii.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
257 B

language: node_js
node_js:
- 14.3.0
before_install:
- sudo apt-get -y install graphicsmagick
install:
- npm ci
script:
- make
- make lint
- make tscheck
- make skipped_tests
- make test || travis_terminate 1
after_script:
- make coveralls