We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde8d30 commit 57639d6Copy full SHA for 57639d6
.travis.yml
@@ -18,12 +18,13 @@ before_install:
18
- npm i -g npm@^3.8.0
19
- export CHROME_BIN=/usr/bin/google-chrome
20
before_script:
21
- - "npm prune"
22
- - "npm update"
23
- - "export DISPLAY=:99.0"
24
- - "export TZ='Europe/Sofia'"
25
- - "sh -e /etc/init.d/xvfb start"
26
- - "sleep 3" # give xvfb some time to start
+ - git fetch origin
+ - npm prune
+ - npm update
+ - export DISPLAY=:99.0
+ - export TZ='Europe/Sofia'
+ - sh -e /etc/init.d/xvfb start
27
+ - sleep 3
28
script:
29
- npm run lint
30
- npm run test
0 commit comments