Skip to content

Commit 63c451d

Browse files
committed
=BG= experimental commit to test if local jasmine installation works for jasmine
1 parent 177bbb7 commit 63c451d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ matrix:
1010
fast_finish: true
1111
before_install:
1212
- npm install -g [email protected]
13-
- npm i -g
14-
- npm i -g jasmine-node
1513
- node -v
1614
- npm -v
17-
- jasmine-node --version
1815
script:
1916
- pwd && ls
20-
- jasmine-node --verbose --test-dir /home/travis/build/angularity/node-angularity/test
17+
- node node_modules/jasmine-node/bin/jasmine-node --version
18+
- node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --test-dir /home/travis/build/angularity/node-angularity/test

0 commit comments

Comments
 (0)