UNPKG
adventurejs
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.1
0.1.0
0.0.0
A javascript port of the 350-point version of the classic Adventure game.
adventurejs
/
.travis.yml
10 lines
(9 loc)
•
111 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
os:
- linux - osx
language: node_js
node_js:
-
"node"
-
"lts/*"
after_success:
-
"npm run coveralls"