From fa85ce3a07dd04bd699b0566d4a4ad0114623c8c Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Thu, 13 Jul 2017 01:33:33 -0300 Subject: [PATCH] Travis: test:ci --- .jest.ci.json | 3 +++ .travis.yml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.jest.ci.json b/.jest.ci.json index e69de29..3bcf746 100644 --- a/.jest.ci.json +++ b/.jest.ci.json @@ -0,0 +1,3 @@ +{ + "testPathIgnorePatterns": ["/src/"] +} \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index e6da6d4..313de2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - g++-4.8 script: - npm run test:ci - # - npm run example:ci + - npm run example:ci branches: only: - master @@ -19,12 +19,12 @@ cache: directories: - node_modules - example/webapp/node_modules -# deploy: -# provider: pages -# skip_cleanup: true -# github_token: $GITHUB_TOKEN -# local_dir: example/webapp/build -# on: -# branch: master +deploy: + provider: pages + skip_cleanup: true + github_token: $GITHUB_TOKEN + local_dir: example/webapp/build + on: + branch: master after_success: - npm run test:coverage && bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION \ No newline at end of file