From 185a9de3794edd851abce83865d89b02a3ce09f4 Mon Sep 17 00:00:00 2001 From: salomonelli Date: Fri, 20 Oct 2017 20:38:32 +0200 Subject: [PATCH] ADD tests and linting --- .travis.yml | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90a375d..2955567 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,8 @@ -sudo: required - -dist: trusty - language: node_js - -node_js: stable - -cache: - directories: - - node_modules +node_js: + - "node" before_deploy: - - npm run build - -deploy: - provider: pages - skip_cleanup: true - github_token: $GITHUB_TOKEN - local_dir: dist - on: - branch: master + - npm run lint + - npm test + - npm export