Skip to content

Commit

Permalink
Add .travis.yml and make tests exit ok
Browse files Browse the repository at this point in the history
Uses the same encrypted key in `PrismJS/prism`.

Fixes #66.
  • Loading branch information
mAAdhaTTah committed Jan 19, 2018
1 parent 623e02c commit 1a3532b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: node_js
node_js: stable
script: npm test
deploy:
provider: npm
email: lea@verou.me
api_key:
secure: TjRcXEr7Y/9KRJ4EOEQbd2Ij8hxKj8c/yOpEROy2lTYv6QH9x46nFDgZEE3VHfp/nnBUYpC47dRaSxiUj8H5rtkMNCZrREZu1n1zahmzP6dI6kCj+H3GiY7yw/Jhdx3uvQZHwknW2TJ/YRsLeQsmMSG2HnJobY9Zn4REX5ccP2E=
on:
tags: true
repo: PrismJS/prism-themes
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Addtional themes for the Prism syntax highlighting library.",
"main": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no tests required\" && exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1a3532b

Please sign in to comment.