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.
17 lines
373 B
17 lines
373 B
language: node_js
|
|
node_js:
|
|
- '4'
|
|
- '5'
|
|
- stable
|
|
sudo: false
|
|
script:
|
|
- npm install
|
|
- npm test
|
|
deploy:
|
|
provider: npm
|
|
email: manager@mathjax.org
|
|
api_key:
|
|
secure: Fd/yFRRrLDjleB7QnV/Juncg7dJP193IYOWZaJJFohSfPC3TylhJjUb2bD2fcBUbzM9bLPvhz+XJbWS2YXRGzCWABtyjpZTjO9oEkYBmEuNdVnD9b1j+BCWEEyXfBGF0/WBePRtn8XWQLTPbEJXP9Z2HKOUJJlq4cjTLZ7MHZLw=
|
|
on:
|
|
tags: true
|