Skip to content

Commit

Permalink
chore: add missing cypress dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Aug 15, 2019
1 parent 577c458 commit e0f4730
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -10,6 +10,11 @@ cache:
notifications:
email: false

addons:
apt:
packages:
- libgconf-2-4

jobs:
include:
- stage: test
Expand All @@ -25,4 +30,4 @@ jobs:
provider: script
skip_cleanup: true
script:
- npm run release
- npm run release

0 comments on commit e0f4730

Please sign in to comment.