UNPKG
repair
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
Repair broken instances of native constructors.
github.com/Swaagie/repair
Swaagie/repair
repair
/
.travis.yml
13 lines
•
248 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
language:
node_js
node_js:
-
"0.10"
-
"0.12"
-
"iojs"
script:
-
"npm run test-travis"
after_script:
-
"npm install coveralls@2.11.x && cat coverage/lcov.info | coveralls"
matrix:
fast_finish:
true
allow_failures: - node_js:
"iojs"