We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177bbb7 commit 63c451dCopy full SHA for 63c451d
.travis.yml
@@ -10,11 +10,9 @@ matrix:
10
fast_finish: true
11
before_install:
12
- npm install -g [email protected]
13
- - npm i -g
14
- - npm i -g jasmine-node
15
- node -v
16
- npm -v
17
- - jasmine-node --version
18
script:
19
- pwd && ls
20
- - jasmine-node --verbose --test-dir /home/travis/build/angularity/node-angularity/test
+ - node node_modules/jasmine-node/bin/jasmine-node --version
+ - node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --test-dir /home/travis/build/angularity/node-angularity/test
0 commit comments