UNPKG
@shackpank/truman
Version:
latest (0.0.201609162)
0.1.0
0.0.201609081649
0.0.201609081631
0.0.201609081622
0.0.201609071541
0.0.201609162
0.0.201609161
0.0.1
Simple test fixtures for single page apps
@shackpank/truman
/
.travis.yml
16 lines
(15 loc)
•
262 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:
-
'4.1'
cache:
directories:
-
node_modules
script:
npm
run
$TEST_STEP
env:
matrix:
-
TEST_STEP=build
-
TEST_STEP=lint
-
TEST_STEP=test:mocha
-
USE_CLOUD=true
TEST_STEP=test:karma
notifications:
email:
false