Skip to content

Commit 57639d6

Browse files
committed
chore: fetch branches from origin
1 parent cde8d30 commit 57639d6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ before_install:
1818
- npm i -g npm@^3.8.0
1919
- export CHROME_BIN=/usr/bin/google-chrome
2020
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
21+
- git fetch origin
22+
- npm prune
23+
- npm update
24+
- export DISPLAY=:99.0
25+
- export TZ='Europe/Sofia'
26+
- sh -e /etc/init.d/xvfb start
27+
- sleep 3
2728
script:
2829
- npm run lint
2930
- npm run test

0 commit comments

Comments
 (0)