We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6be72 commit 276e69eCopy full SHA for 276e69e
1 file changed
.travis.yml
@@ -13,9 +13,9 @@ addons:
13
services:
14
- xvfb
15
before_install:
16
-- export CHROME_BIN=chromium-browser
17
-- export DISPLAY=:99.0
+ - export CHROME_BIN=chromium-browser
+ - export DISPLAY=:99.0
18
before_script:
19
-- npm install
+ - npm install
20
script:
21
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run lint && npm run test-ci; else npm run test-pr; fi
0 commit comments