Skip to content

Commit

Permalink
Cypress ubuntu addon
Browse files Browse the repository at this point in the history
  • Loading branch information
FadySamirSadek committed Aug 15, 2019
1 parent 047b9f4 commit f919670
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
sudo: false
language: node_js
node_js:
- '10.13.0'
- 10.13
# if using Ubuntu 16 need this library
# https://github.com/cypress-io/cypress-documentation/pull/1647
addons:
apt:
packages:
- libgconf-2-4

notifications:
irc: 'irc.freenode.org#tastejs'
cache:
Expand Down

0 comments on commit f919670

Please sign in to comment.