Skip to content

Commit

Permalink
updates environment
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Sep 27, 2018
1 parent 41bc28e commit 0a7cf18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 1 addition & 10 deletions .eslintrc
Expand Up @@ -128,16 +128,7 @@
],
"quotes": 2,
"radix": 2,
"require-jsdoc": [
1,
{
"require": {
"FunctionDeclaration": true,
"MethodDefinition": true,
"ClassDeclaration": true
}
}
],
"require-jsdoc": 2,
"require-yield": 2,
"semi": 2,
"semi-spacing": 2,
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,10 @@ addons:
packages:
- xvfb

before_install:
- echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
- sudo apt-get install ttf-mscorefonts-installer

install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
Expand Down

0 comments on commit 0a7cf18

Please sign in to comment.