socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 8ec1ef026db7b30ce0f5a8b5dbcd8e83b436fe4d
parent a2c801bd352b1d10729960b799762e1fe3a62bbe
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 19 May 2018 17:00:02 +0200

Add e2e test and use npm script for tests

Diffstat:
M.travis.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -16,4 +16,5 @@ before_script: script: - yarn run build:ssr - - ng test + - yarn run e2e + - yarn run test