UNPKG
mockery
Version:
latest (2.1.0)
2.1.0
2.0.0
1.7.0
1.6.2
1.5.1
1.4.1
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.0.1
1.0.0
Simplifying the use of mocks with Node.js
github.com/mfncooper/mockery
mfncooper/mockery
mockery
/
.travis.yml
16 lines
(15 loc)
•
210 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js
addons:
apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.9 - g++-4.9
env: CXX=g++-4.9 CC=gcc-4.9
node_js:
-
"0.10"
-
"0.11"
-
"0.12"
-
"4"
-
"6"