We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0ecea1 + 1c2a396 commit 581ff4dCopy full SHA for 581ff4d
.travis.yml
@@ -0,0 +1,18 @@
1
+language: node_js
2
+node_js:
3
+ - '5'
4
+sudo: false
5
+script:
6
+ - npm install
7
+ - npm test
8
+branches:
9
+ only:
10
+ - master
11
+ - /^\d+\.\d+/
12
+deploy:
13
+ provider: npm
14
+ email: [email protected]
15
+ api_key:
16
+ secure: bvV24vukT5rVQLyo5GOI1ZM23wbVGeu+AQMkq6IYFFAoggZR9VRCASrwRPfrdzgQYpW2m2al3YaQ/0PvEaOckP+fapqkPtsefjrHaTURxrzPb/KYmiLCN5uhYbJPDSXuFCuNqzMU0zFh3savedWiQZfaaXirLYB3aeDPqCbmqTI=
17
+ on:
18
+ tags: true
package.json
@@ -23,5 +23,8 @@
23
"type": "git",
24
"url": "git://github.com/mathjax/MathJax.git"
25
},
26
- "main": "./MathJax.js"
+ "main": "./MathJax.js",
27
+ "scripts": {
28
+ "test": "echo 'No tests here!'"
29
+ }
30
}
0 commit comments