Skip to content

Commit

Permalink
Attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vadamk authored Aug 21, 2018
1 parent be1c9bd commit 822d5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ before_install:
- sh -e /etc/init.d/xvfb start

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


cache:
yarn: true
directories:
- ./node_modules
- ./.chrome/chromium
- ./.chrome/chromium

0 comments on commit 822d5df

Please sign in to comment.