Skip to content

Commit

Permalink
fix wallet's broken tests #234
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiaszCudnik committed Jun 17, 2019
1 parent 2a17e3c commit bc52d35
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ cache:
- node_modules
- desktop/node_modules
- "~/.cache/Cypress"
- build
#- build
before_install:
- openssl aes-256-cbc -K $encrypted_63d69a2d54d1_key -iv $encrypted_63d69a2d54d1_iv
-in cypress/fixtures/accounts.json.enc -out cypress/fixtures/accounts.json -d
Expand Down Expand Up @@ -40,7 +40,6 @@ jobs:
name: E2E tests
script:
- yarn run test-ci
-
deploy:
- provider: releases
skip_cleanup: true
Expand All @@ -56,8 +55,8 @@ deploy:
- provider: pages
verbose: true
local-dir: build
skip-cleanup: true
skip_cleanup: true
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
on:
branch: master
condition: $TRAVIS_JOB_NAME = Release
condition: $TRAVIS_JOB_NAME = Release

0 comments on commit bc52d35

Please sign in to comment.