UNPKG
jsp-js
Version:
alpha (0.3.0)
latest (0.4.1)
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.2.1
0.2.0
render JSP to HTML
github.com/ThisPlace/jsp-js
ThisPlace/jsp-js
jsp-js
/
.travis.yml
11 lines
(8 loc)
•
101 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
-
"8"
-
"6"
before_script:
- npm install
script:
- npm run test