Skip to content

Commit

Permalink
Technical: Quasar upgrade, cypress integration tests added, Fix: Refr…
Browse files Browse the repository at this point in the history
…esh on Holiday page fixed
  • Loading branch information
valasek committed Oct 20, 2019
1 parent 2fd9a53 commit 81e79fc
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,28 +98,28 @@ go:
git:
depth: 1

language: node_js
node_js:
- 10
addons:
apt:
packages:
# Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
- libgconf-2-4
cache:
# Caches $HOME/.npm when npm ci is default script command
# Caches node_modules in all other cases
npm: true
directories:
# we also need to cache folder with Cypress binary
- ~/.cache
before_install:
- cd client
install:
- yarn install
script:
- yarn dev
- $(yarn bin)/cypress run --record
# language: node_js
# node_js:
# - 10
# addons:
# apt:
# packages:
# # Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
# - libgconf-2-4
# cache:
# # Caches $HOME/.npm when npm ci is default script command
# # Caches node_modules in all other cases
# npm: true
# directories:
# # we also need to cache folder with Cypress binary
# - ~/.cache
# before_install:
# - cd client
# install:
# - yarn install
# script:
# - yarn dev
# - $(yarn bin)/cypress run --record

# deploy:
# provider: heroku
Expand Down

0 comments on commit 81e79fc

Please sign in to comment.