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.
2 parents 5485ce9 + e38025e commit a66d309Copy full SHA for a66d309
.travis.yml
@@ -10,11 +10,10 @@ matrix:
10
fast_finish: true
11
before_install:
12
- npm install -g [email protected]
13
- - npm i -g
14
- - npm i -g jasmine-node
+ - npm install -g
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
+ - npm run test
0 commit comments