UNPKG
fruitstand
Version:
latest (0.0.1)
0.0.1
fruit stand
github.com/classmember/fruitstand
classmember/fruitstand
fruitstand
/
examples
/
nodejs-mongodb-angularjs-web-development
/
node_modules
/
passport-twitter
/
.travis.yml
16 lines
(12 loc)
•
228 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
"node_js"
node_js:
-
"0.4"
-
"0.6"
-
"0.8"
-
"0.10"
before_install:
-
"npm install istanbul -g"
-
"npm install coveralls -g"
script:
"make ci-travis"
after_success:
-
"make submit-coverage-to-coveralls"