Skip to content

Commit 822d5df

Browse files
authored
Attempt to fix travis
1 parent be1c9bd commit 822d5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ before_install:
1313
- sh -e /etc/init.d/xvfb start
1414

1515
script: # the build step
16-
- node_modules/.bin/ng test --colors=false --progress=false --single-run
16+
- node_modules/.bin/ng test --watch=false
1717

1818

1919
cache:
2020
yarn: true
2121
directories:
2222
- ./node_modules
23-
- ./.chrome/chromium
23+
- ./.chrome/chromium

0 commit comments

Comments
 (0)