Skip to content

Commit 276e69e

Browse files
committed
Formatting
1 parent 1c6be72 commit 276e69e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ addons:
1313
services:
1414
- xvfb
1515
before_install:
16-
- export CHROME_BIN=chromium-browser
17-
- export DISPLAY=:99.0
16+
- export CHROME_BIN=chromium-browser
17+
- export DISPLAY=:99.0
1818
before_script:
19-
- npm install
19+
- npm install
2020
script:
2121
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run lint && npm run test-ci; else npm run test-pr; fi

0 commit comments

Comments
 (0)